Color Hex Logo

#9dcdea Color Hex

#9DCDEA
(157,205,234)
0 Favorites   0 Comments

Color spaces of #9dcdea

RGB 157205234
HSL0.560.650.77
HSV203°33°92°
CMYK 0.330.120.00   0.08
XYZ50.587256.771386.1336
Yxy56.77130.26140.2934
Hunter Lab75.3467-12.0133-15.0354
CIE-Lab80.0508-8.8108-19.3650

#9dcdea color RGB value is (157,205,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011101 11001101 11101010
Octal 235 315 352
Decimal 157 205 234
Hex 9D CD EA

RGB Percentages of Color #9dcdea

%26.34
%34.40
%39.26

CMYK Percentages of Color #9dcdea

%33
%12
%0
%8

Triadic Colors of #9dcdea

#9dcdea #ea9dcd #cdea9d

Analogous Colors of #9dcdea

#9dcdea #9da7ea #9deae1

Monochromatic Colors of #9dcdea

#9dcdea

Complementary Color

#9dcdea #eaba9d

#9dcdea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9dcdea Color Preview on White Background

Lorem ipsum dolor sit amet.

#9dcdea Color CSS Codes

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

#9dcdea Text Font Color

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

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


#9dcdea Background Color

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

This div background color is #9dcdea


#9dcdea Border Color

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

This div border color is #9dcdea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(157,205,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 #9dcdea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9dcdea


Comments

No comments written yet.

Please login to write comment.