Color Hex Logo

#9cafe9 Color Hex

#9CAFE9
(156,175,233)
0 Favorites   0 Comments

Color spaces of #9cafe9

RGB 156175233
HSL0.630.640.76
HSV225°33°91°
CMYK 0.330.250.00   0.09
XYZ43.748343.611183.2028
Yxy43.61110.25650.2557
Hunter Lab66.03872.6822-28.4730
CIE-Lab71.96786.8791-31.1790

#9cafe9 color RGB value is (156,175,233).

#9cafe9 hex color red value is 156, green value is 175 and the blue value of its RGB is 233. Cylindrical-coordinate representations (also known as HSL) of color #9cafe9 hue: 0.63 , saturation: 0.64 and the lightness value of 9cafe9 is 0.76.

The process color (four color CMYK) of #9cafe9 color hex is 0.33, 0.25, 0.00, 0.09. Web safe color of #9cafe9 is #9999ff. Color #9cafe9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011100 10101111 11101001
Octal 234 257 351
Decimal 156 175 233
Hex 9C AF E9

RGB Percentages of Color #9cafe9

%27.66
%31.03
%41.31

CMYK Percentages of Color #9cafe9

%33
%25
%0
%9

Triadic Colors of #9cafe9

#9cafe9 #e99caf #afe99c

Analogous Colors of #9cafe9

#9cafe9 #b09ce9 #9cd6e9

Monochromatic Colors of #9cafe9

#9cafe9

Complementary Color

#9cafe9 #e9d69c

#9cafe9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9cafe9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9cafe9 Color CSS Codes

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

#9cafe9 Text Font Color

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

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


#9cafe9 Background Color

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

This div background color is #9cafe9


#9cafe9 Border Color

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

This div border color is #9cafe9


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(156,175,233, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9cafe9; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9cafe9;
  -webkit-box-shadow: 1px 1px 3px 2px #9cafe9;
  box-shadow:         1px 1px 3px 2px #9cafe9; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(156,175,233, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9cafe9


Comments

No comments written yet.

Please login to write comment.