Color Hex Logo

#9ccfea Color Hex

#9CCFEA
(156,207,234)
0 Favorites   0 Comments

Color spaces of #9ccfea

RGB 156207234
HSL0.560.650.76
HSV201°33°92°
CMYK 0.330.120.00   0.08
XYZ50.874457.634186.2850
Yxy57.63410.26120.2959
Hunter Lab75.9171-13.2366-14.2451
CIE-Lab80.5349-10.1322-18.6386

#9ccfea color RGB value is (156,207,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011100 11001111 11101010
Octal 234 317 352
Decimal 156 207 234
Hex 9C CF EA

RGB Percentages of Color #9ccfea

%26.13
%34.67
%39.20

CMYK Percentages of Color #9ccfea

%33
%12
%0
%8

Triadic Colors of #9ccfea

#9ccfea #ea9ccf #cfea9c

Analogous Colors of #9ccfea

#9ccfea #9ca8ea #9ceade

Monochromatic Colors of #9ccfea

#9ccfea

Complementary Color

#9ccfea #eab79c

#9ccfea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ccfea Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ccfea Color CSS Codes

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

#9ccfea Text Font Color

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

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


#9ccfea Background Color

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

This div background color is #9ccfea


#9ccfea Border Color

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

This div border color is #9ccfea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ccfea


Comments

No comments written yet.

Please login to write comment.