Color Hex Logo

#9dcafe Color Hex

#9DCAFE
(157,202,254)
0 Favorites   0 Comments

Color spaces of #9dcafe

RGB 157202254
HSL0.590.980.81
HSV212°38°100°
CMYK 0.380.200.00   0.00
XYZ52.914656.5649101.8952
Yxy56.56490.25030.2676
Hunter Lab75.2096-6.0312-27.6803
CIE-Lab79.9342-2.1873-30.2227

#9dcafe color RGB value is (157,202,254).

#9dcafe hex color red value is 157, green value is 202 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #9dcafe hue: 0.59 , saturation: 0.98 and the lightness value of 9dcafe is 0.81.

The process color (four color CMYK) of #9dcafe color hex is 0.38, 0.20, 0.00, 0.00. Web safe color of #9dcafe is #99ccff. Color #9dcafe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 11001010 11111110
Octal 235 312 376
Decimal 157 202 254
Hex 9D CA FE

RGB Percentages of Color #9dcafe

%25.61
%32.95
%41.44

CMYK Percentages of Color #9dcafe

%38
%20
%0
%0

Triadic Colors of #9dcafe

#9dcafe #fe9dca #cafe9d

Analogous Colors of #9dcafe

#9dcafe #a19dfe #9dfbfe

Monochromatic Colors of #9dcafe

#9dcafe

Complementary Color

#9dcafe #fed19d

#9dcafe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9dcafe Color Preview on White Background

Lorem ipsum dolor sit amet.

#9dcafe Color CSS Codes

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

#9dcafe Text Font Color

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

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


#9dcafe Background Color

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

This div background color is #9dcafe


#9dcafe Border Color

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

This div border color is #9dcafe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9dcafe


Comments

No comments written yet.

Please login to write comment.