Color Hex Logo

#9ccff2 Color Hex

#9CCFF2
(156,207,242)
0 Favorites   0 Comments

Color spaces of #9ccff2

RGB 156207242
HSL0.570.770.78
HSV204°36°95°
CMYK 0.360.140.00   0.05
XYZ52.050158.104492.4763
Yxy58.10440.25690.2868
Hunter Lab76.2262-11.5095-18.5712
CIE-Lab80.7968-8.1575-22.5119

#9ccff2 color RGB value is (156,207,242).

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

The process color (four color CMYK) of #9ccff2 color hex is 0.36, 0.14, 0.00, 0.05. Web safe color of #9ccff2 is #99ccff. Color #9ccff2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011100 11001111 11110010
Octal 234 317 362
Decimal 156 207 242
Hex 9C CF F2

RGB Percentages of Color #9ccff2

%25.79
%34.21
%40.00

CMYK Percentages of Color #9ccff2

%36
%14
%0
%5

Triadic Colors of #9ccff2

#9ccff2 #f29ccf #cff29c

Analogous Colors of #9ccff2

#9ccff2 #9ca4f2 #9cf2ea

Monochromatic Colors of #9ccff2

#9ccff2

Complementary Color

#9ccff2 #f2bf9c

#9ccff2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ccff2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ccff2 Color CSS Codes

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

#9ccff2 Text Font Color

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

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


#9ccff2 Background Color

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

This div background color is #9ccff2


#9ccff2 Border Color

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

This div border color is #9ccff2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ccff2


Comments

No comments written yet.

Please login to write comment.