Color Hex Logo

#9ccfde Color Hex

#9CCFDE
(156,207,222)
0 Favorites   0 Comments

Color spaces of #9ccfde

RGB 156207222
HSL0.540.500.74
HSV194°30°87°
CMYK 0.300.070.00   0.13
XYZ49.207956.967577.5095
Yxy56.96750.26790.3101
Hunter Lab75.4768-15.7095-8.0530
CIE-Lab80.1613-13.0039-12.7828

#9ccfde color RGB value is (156,207,222).

#9ccfde hex color red value is 156, green value is 207 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #9ccfde hue: 0.54 , saturation: 0.50 and the lightness value of 9ccfde is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10011100 11001111 11011110
Octal 234 317 336
Decimal 156 207 222
Hex 9C CF DE

RGB Percentages of Color #9ccfde

%26.67
%35.38
%37.95

CMYK Percentages of Color #9ccfde

%30
%7
%0
%13

Triadic Colors of #9ccfde

#9ccfde #de9ccf #cfde9c

Analogous Colors of #9ccfde

#9ccfde #9caede #9cdecc

Monochromatic Colors of #9ccfde

#9ccfde

Complementary Color

#9ccfde #deab9c

#9ccfde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ccfde Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ccfde Color CSS Codes

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

#9ccfde Text Font Color

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

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


#9ccfde Background Color

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

This div background color is #9ccfde


#9ccfde Border Color

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

This div border color is #9ccfde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ccfde


Comments

No comments written yet.

Please login to write comment.