Color Hex Logo

#7ceded Color Hex

#7CEDED
(124,237,237)
0 Favorites   0 Comments

Color spaces of #7ceded

RGB 124237237
HSL0.500.760.71
HSV180°48°93°
CMYK 0.480.000.00   0.07
XYZ53.882470.967990.9790
Yxy70.96790.24970.3288
Hunter Lab84.2424-33.2537-5.0615
CIE-Lab87.4694-32.1739-9.9796

#7ceded color RGB value is (124,237,237).

#7ceded hex color red value is 124, green value is 237 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #7ceded hue: 0.50 , saturation: 0.76 and the lightness value of 7ceded is 0.71.

The process color (four color CMYK) of #7ceded color hex is 0.48, 0.00, 0.00, 0.07. Web safe color of #7ceded is #66ffff. Color #7ceded contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 11101101 11101101
Octal 174 355 355
Decimal 124 237 237
Hex 7C ED ED

RGB Percentages of Color #7ceded

%20.74
%39.63
%39.63

CMYK Percentages of Color #7ceded

%48
%0
%0
%7

Triadic Colors of #7ceded

#7ceded #ed7ced #eded7c

Analogous Colors of #7ceded

#7ceded #7cb5ed #7cedb5

Monochromatic Colors of #7ceded

#7ceded

Complementary Color

#7ceded #ed7c7c

#7ceded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ceded Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ceded Color CSS Codes

.mybgcolor {background-color:#7ceded; } 
.myforecolor {color:#7ceded; }
.mybordercolor {border:3px solid #7ceded; }

#7ceded Text Font Color

<p style="color:#7ceded">Text here</p>

This sample text font color is #7ceded
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#7ceded Background Color

<div style="background-color:#7ceded">
Div content here</div>

This div background color is #7ceded


#7ceded Border Color

<div style="border:3px solid #7ceded">
Div here</div>

This div border color is #7ceded


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(124,237,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7ceded; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7ceded;
  -webkit-box-shadow: 1px 1px 3px 2px #7ceded;
  box-shadow:         1px 1px 3px 2px #7ceded; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(124,237,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #7ceded">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #7ceded;
  -webkit-box-shadow: 1px 1px 3px 2px #7ceded;
  box-shadow:         1px 1px 3px 2px #7ceded;">
Div content here</div>

This div box has shadow with color #7ceded


Comments

No comments written yet.

Please login to write comment.