Color Hex Logo

#9dcaef Color Hex

#9DCAEF
(157,202,239)
0 Favorites   0 Comments

Color spaces of #9dcaef

RGB 157202239
HSL0.580.720.78
HSV207°34°94°
CMYK 0.340.150.00   0.06
XYZ50.605155.641289.7340
Yxy55.64120.25820.2839
Hunter Lab74.5930-9.4406-19.1096
CIE-Lab79.4092-5.9974-23.0134

#9dcaef color RGB value is (157,202,239).

#9dcaef hex color red value is 157, green value is 202 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #9dcaef hue: 0.58 , saturation: 0.72 and the lightness value of 9dcaef is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 10011101 11001010 11101111
Octal 235 312 357
Decimal 157 202 239
Hex 9D CA EF

RGB Percentages of Color #9dcaef

%26.25
%33.78
%39.97

CMYK Percentages of Color #9dcaef

%34
%15
%0
%6

Triadic Colors of #9dcaef

#9dcaef #ef9dca #caef9d

Analogous Colors of #9dcaef

#9dcaef #9da1ef #9defeb

Monochromatic Colors of #9dcaef

#9dcaef

Complementary Color

#9dcaef #efc29d

#9dcaef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9dcaef Color Preview on White Background

Lorem ipsum dolor sit amet.

#9dcaef Color CSS Codes

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

#9dcaef Text Font Color

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

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


#9dcaef Background Color

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

This div background color is #9dcaef


#9dcaef Border Color

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

This div border color is #9dcaef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9dcaef


Comments

No comments written yet.

Please login to write comment.