Color Hex Logo

#9dcee5 Color Hex

#9DCEE5
(157,206,229)
0 Favorites   0 Comments

Color spaces of #9dcee5

RGB 157206229
HSL0.550.580.76
HSV199°31°90°
CMYK 0.310.100.00   0.10
XYZ50.118856.967982.4831
Yxy56.96790.26440.3005
Hunter Lab75.4771-13.5561-11.9595
CIE-Lab80.1615-10.5427-16.5231

#9dcee5 color RGB value is (157,206,229).

#9dcee5 hex color red value is 157, green value is 206 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #9dcee5 hue: 0.55 , saturation: 0.58 and the lightness value of 9dcee5 is 0.76.

The process color (four color CMYK) of #9dcee5 color hex is 0.31, 0.10, 0.00, 0.10. Web safe color of #9dcee5 is #99cccc. Color #9dcee5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 11001110 11100101
Octal 235 316 345
Decimal 157 206 229
Hex 9D CE E5

RGB Percentages of Color #9dcee5

%26.52
%34.80
%38.68

CMYK Percentages of Color #9dcee5

%31
%10
%0
%10

Triadic Colors of #9dcee5

#9dcee5 #e59dce #cee59d

Analogous Colors of #9dcee5

#9dcee5 #9daae5 #9de5d8

Monochromatic Colors of #9dcee5

#9dcee5

Complementary Color

#9dcee5 #e5b49d

#9dcee5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9dcee5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9dcee5 Color CSS Codes

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

#9dcee5 Text Font Color

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

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


#9dcee5 Background Color

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

This div background color is #9dcee5


#9dcee5 Border Color

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

This div border color is #9dcee5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9dcee5


Comments

No comments written yet.

Please login to write comment.