Color Hex Logo

#9cced2 Color Hex

#9CCED2
(156,206,210)
0 Favorites   0 Comments

Color spaces of #9cced2

RGB 156206210
HSL0.510.380.72
HSV184°26°82°
CMYK 0.260.020.00   0.18
XYZ47.414555.863769.2565
Yxy55.86370.27480.3238
Hunter Lab74.7420-17.5625-2.6191
CIE-Lab79.5362-15.2473-7.2831

#9cced2 color RGB value is (156,206,210).

#9cced2 hex color red value is 156, green value is 206 and the blue value of its RGB is 210. Cylindrical-coordinate representations (also known as HSL) of color #9cced2 hue: 0.51 , saturation: 0.38 and the lightness value of 9cced2 is 0.72.

The process color (four color CMYK) of #9cced2 color hex is 0.26, 0.02, 0.00, 0.18. Web safe color of #9cced2 is #99cccc. Color #9cced2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011100 11001110 11010010
Octal 234 316 322
Decimal 156 206 210
Hex 9C CE D2

RGB Percentages of Color #9cced2

%27.27
%36.01
%36.71

CMYK Percentages of Color #9cced2

%26
%2
%0
%18

Triadic Colors of #9cced2

#9cced2 #d29cce #ced29c

Analogous Colors of #9cced2

#9cced2 #9cb3d2 #9cd2bb

Monochromatic Colors of #9cced2

#9cced2

Complementary Color

#9cced2 #d2a09c

#9cced2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9cced2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9cced2 Color CSS Codes

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

#9cced2 Text Font Color

<p style="color:#9cced2">Text here</p>

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


#9cced2 Background Color

<div style="background-color:#9cced2">
Div content here</div>

This div background color is #9cced2


#9cced2 Border Color

<div style="border:3px solid #9cced2">
Div here</div>

This div border color is #9cced2


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(156,206,210, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9cced2; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9cced2;
  -webkit-box-shadow: 1px 1px 3px 2px #9cced2;
  box-shadow:         1px 1px 3px 2px #9cced2; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9cced2


Comments

No comments written yet.

Please login to write comment.