Color Hex Logo

#9ceeff Color Hex

#9CEEFF
(156,238,255)
0 Favorites   0 Comments

Color spaces of #9ceeff

RGB 156238255
HSL0.531.000.81
HSV190°39°100°
CMYK 0.390.070.00   0.00
XYZ62.334875.4370105.8831
Yxy75.43700.25580.3096
Hunter Lab86.8545-23.8872-11.4815
CIE-Lab89.5973-20.7498-16.0818

#9ceeff color RGB value is (156,238,255).

#9ceeff hex color red value is 156, green value is 238 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #9ceeff hue: 0.53 , saturation: 1.00 and the lightness value of 9ceeff is 0.81.

The process color (four color CMYK) of #9ceeff color hex is 0.39, 0.07, 0.00, 0.00. Web safe color of #9ceeff is #99ffff. Color #9ceeff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011100 11101110 11111111
Octal 234 356 377
Decimal 156 238 255
Hex 9C EE FF

RGB Percentages of Color #9ceeff

%24.04
%36.67
%39.29

CMYK Percentages of Color #9ceeff

%39
%7
%0
%0

Triadic Colors of #9ceeff

#9ceeff #ff9cee #eeff9c

Analogous Colors of #9ceeff

#9ceeff #9cbdff #9cffdf

Monochromatic Colors of #9ceeff

#9ceeff

Complementary Color

#9ceeff #ffad9c

#9ceeff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ceeff Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ceeff Color CSS Codes

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

#9ceeff Text Font Color

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

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


#9ceeff Background Color

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

This div background color is #9ceeff


#9ceeff Border Color

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

This div border color is #9ceeff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ceeff

Related Colors


Comments

No comments written yet.

Please login to write comment.