Color Hex Logo

#9ccafe Color Hex

#9CCAFE
(156,202,254)
0 Favorites   0 Comments

Color spaces of #9ccafe

RGB 156202254
HSL0.590.980.80
HSV212°39°100°
CMYK 0.390.200.00   0.00
XYZ52.720256.4647101.8861
Yxy56.46470.24980.2675
Hunter Lab75.1430-6.2649-27.7910
CIE-Lab79.8776-2.4473-30.3146

#9ccafe color RGB value is (156,202,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011100 11001010 11111110
Octal 234 312 376
Decimal 156 202 254
Hex 9C CA FE

RGB Percentages of Color #9ccafe

%25.49
%33.01
%41.50

CMYK Percentages of Color #9ccafe

%39
%20
%0
%0

Triadic Colors of #9ccafe

#9ccafe #fe9cca #cafe9c

Analogous Colors of #9ccafe

#9ccafe #9f9cfe #9cfbfe

Monochromatic Colors of #9ccafe

#9ccafe

Complementary Color

#9ccafe #fed09c

#9ccafe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ccafe Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ccafe Color CSS Codes

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

#9ccafe Text Font Color

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

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


#9ccafe Background Color

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

This div background color is #9ccafe


#9ccafe Border Color

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

This div border color is #9ccafe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ccafe


Comments

No comments written yet.

Please login to write comment.