Color Hex Logo

#9ccfe2 Color Hex

#9CCFE2
(156,207,226)
0 Favorites   0 Comments

Color spaces of #9ccfe2

RGB 156207226
HSL0.550.550.75
HSV196°31°89°
CMYK 0.310.080.00   0.11
XYZ49.750657.184680.3671
Yxy57.18460.26560.3053
Hunter Lab75.6205-14.9010-10.0772
CIE-Lab80.2833-12.0592-14.7406

#9ccfe2 color RGB value is (156,207,226).

#9ccfe2 hex color red value is 156, green value is 207 and the blue value of its RGB is 226. Cylindrical-coordinate representations (also known as HSL) of color #9ccfe2 hue: 0.55 , saturation: 0.55 and the lightness value of 9ccfe2 is 0.75.

The process color (four color CMYK) of #9ccfe2 color hex is 0.31, 0.08, 0.00, 0.11. Web safe color of #9ccfe2 is #99cccc. Color #9ccfe2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011100 11001111 11100010
Octal 234 317 342
Decimal 156 207 226
Hex 9C CF E2

RGB Percentages of Color #9ccfe2

%26.49
%35.14
%38.37

CMYK Percentages of Color #9ccfe2

%31
%8
%0
%11

Triadic Colors of #9ccfe2

#9ccfe2 #e29ccf #cfe29c

Analogous Colors of #9ccfe2

#9ccfe2 #9cace2 #9ce2d2

Monochromatic Colors of #9ccfe2

#9ccfe2

Complementary Color

#9ccfe2 #e2af9c

#9ccfe2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ccfe2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ccfe2 Color CSS Codes

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

#9ccfe2 Text Font Color

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

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


#9ccfe2 Background Color

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

This div background color is #9ccfe2


#9ccfe2 Border Color

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

This div border color is #9ccfe2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ccfe2


Comments

No comments written yet.

Please login to write comment.