Color Hex Logo

#9ccfee Color Hex

#9CCFEE
(156,207,238)
0 Favorites   0 Comments

Color spaces of #9ccfee

RGB 156207238
HSL0.560.710.77
HSV203°34°93°
CMYK 0.340.130.00   0.07
XYZ51.455757.866689.3463
Yxy57.86660.25900.2913
Hunter Lab76.0701-12.3809-16.3886
CIE-Lab80.6646-9.1507-20.5785

#9ccfee color RGB value is (156,207,238).

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

The process color (four color CMYK) of #9ccfee color hex is 0.34, 0.13, 0.00, 0.07. Web safe color of #9ccfee is #99ccff. Color #9ccfee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011100 11001111 11101110
Octal 234 317 356
Decimal 156 207 238
Hex 9C CF EE

RGB Percentages of Color #9ccfee

%25.96
%34.44
%39.60

CMYK Percentages of Color #9ccfee

%34
%13
%0
%7

Triadic Colors of #9ccfee

#9ccfee #ee9ccf #cfee9c

Analogous Colors of #9ccfee

#9ccfee #9ca6ee #9ceee4

Monochromatic Colors of #9ccfee

#9ccfee

Complementary Color

#9ccfee #eebb9c

#9ccfee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ccfee Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ccfee Color CSS Codes

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

#9ccfee Text Font Color

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

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


#9ccfee Background Color

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

This div background color is #9ccfee


#9ccfee Border Color

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

This div border color is #9ccfee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ccfee


Comments

No comments written yet.

Please login to write comment.