Color Hex Logo

#9dceda Color Hex

#9DCEDA
(157,206,218)
0 Favorites   0 Comments

Color spaces of #9dceda

RGB 157206218
HSL0.530.450.74
HSV192°28°85°
CMYK 0.280.060.00   0.15
XYZ48.630856.372774.6476
Yxy56.37270.27070.3138
Hunter Lab75.0818-15.7778-6.3899
CIE-Lab79.8255-13.1320-11.1363

#9dceda color RGB value is (157,206,218).

#9dceda hex color red value is 157, green value is 206 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #9dceda hue: 0.53 , saturation: 0.45 and the lightness value of 9dceda is 0.74.

The process color (four color CMYK) of #9dceda color hex is 0.28, 0.06, 0.00, 0.15. Web safe color of #9dceda is #99cccc. Color #9dceda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 11001110 11011010
Octal 235 316 332
Decimal 157 206 218
Hex 9D CE DA

RGB Percentages of Color #9dceda

%27.02
%35.46
%37.52

CMYK Percentages of Color #9dceda

%28
%6
%0
%15

Triadic Colors of #9dceda

#9dceda #da9dce #ceda9d

Analogous Colors of #9dceda

#9dceda #9db0da #9ddac8

Monochromatic Colors of #9dceda

#9dceda

Complementary Color

#9dceda #daa99d

#9dceda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9dceda Color Preview on White Background

Lorem ipsum dolor sit amet.

#9dceda Color CSS Codes

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

#9dceda Text Font Color

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

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


#9dceda Background Color

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

This div background color is #9dceda


#9dceda Border Color

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

This div border color is #9dceda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9dceda


Comments

No comments written yet.

Please login to write comment.