Color Hex Logo

#7cced6 Color Hex

#7CCED6
(124,206,214)
0 Favorites   0 Comments

Color spaces of #7cced6

RGB 124206214
HSL0.510.520.66
HSV185°42°84°
CMYK 0.420.040.00   0.16
XYZ42.521153.282771.6618
Yxy53.28270.25390.3182
Hunter Lab72.9950-23.7613-7.1106
CIE-Lab78.0416-22.9452-11.8286

#7cced6 color RGB value is (124,206,214).

#7cced6 hex color red value is 124, green value is 206 and the blue value of its RGB is 214. Cylindrical-coordinate representations (also known as HSL) of color #7cced6 hue: 0.51 , saturation: 0.52 and the lightness value of 7cced6 is 0.66.

The process color (four color CMYK) of #7cced6 color hex is 0.42, 0.04, 0.00, 0.16. Web safe color of #7cced6 is #66cccc. Color #7cced6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 11001110 11010110
Octal 174 316 326
Decimal 124 206 214
Hex 7C CE D6

RGB Percentages of Color #7cced6

%22.79
%37.87
%39.34

CMYK Percentages of Color #7cced6

%42
%4
%0
%16

Triadic Colors of #7cced6

#7cced6 #d67cce #ced67c

Analogous Colors of #7cced6

#7cced6 #7ca1d6 #7cd6b1

Monochromatic Colors of #7cced6

#7cced6

Complementary Color

#7cced6 #d6847c

#7cced6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cced6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cced6 Color CSS Codes

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

#7cced6 Text Font Color

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

This sample text font color is #7cced6
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.


#7cced6 Background Color

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

This div background color is #7cced6


#7cced6 Border Color

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

This div border color is #7cced6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cced6


Comments

No comments written yet.

Please login to write comment.