Color Hex Logo

#9dccea Color Hex

#9DCCEA
(157,204,234)
0 Favorites   0 Comments

Color spaces of #9dccea

RGB 157204234
HSL0.560.650.77
HSV203°33°92°
CMYK 0.330.130.00   0.08
XYZ50.348856.294386.0541
Yxy56.29430.26130.2921
Hunter Lab75.0295-11.5187-15.4812
CIE-Lab79.7810-8.2855-19.7732

#9dccea color RGB value is (157,204,234).

#9dccea hex color red value is 157, green value is 204 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #9dccea hue: 0.56 , saturation: 0.65 and the lightness value of 9dccea is 0.77.

The process color (four color CMYK) of #9dccea color hex is 0.33, 0.13, 0.00, 0.08. Web safe color of #9dccea is #99ccff. Color #9dccea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 11001100 11101010
Octal 235 314 352
Decimal 157 204 234
Hex 9D CC EA

RGB Percentages of Color #9dccea

%26.39
%34.29
%39.33

CMYK Percentages of Color #9dccea

%33
%13
%0
%8

Triadic Colors of #9dccea

#9dccea #ea9dcc #ccea9d

Analogous Colors of #9dccea

#9dccea #9da6ea #9deae2

Monochromatic Colors of #9dccea

#9dccea

Complementary Color

#9dccea #eabb9d

#9dccea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9dccea Color Preview on White Background

Lorem ipsum dolor sit amet.

#9dccea Color CSS Codes

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

#9dccea Text Font Color

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

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


#9dccea Background Color

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

This div background color is #9dccea


#9dccea Border Color

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

This div border color is #9dccea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(157,204,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9dccea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9dccea;
  -webkit-box-shadow: 1px 1px 3px 2px #9dccea;
  box-shadow:         1px 1px 3px 2px #9dccea; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9dccea


Comments

No comments written yet.

Please login to write comment.