Color Hex Logo

#9ceefe Color Hex

#9CEEFE
(156,238,254)
0 Favorites   0 Comments

Color spaces of #9ceefe

RGB 156238254
HSL0.530.980.80
HSV190°39°100°
CMYK 0.390.060.00   0.00
XYZ62.174275.3727105.0374
Yxy75.37270.25630.3107
Hunter Lab86.8175-24.0980-10.9607
CIE-Lab89.5673-20.9939-15.6046

#9ceefe color RGB value is (156,238,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011100 11101110 11111110
Octal 234 356 376
Decimal 156 238 254
Hex 9C EE FE

RGB Percentages of Color #9ceefe

%24.07
%36.73
%39.20

CMYK Percentages of Color #9ceefe

%39
%6
%0
%0

Triadic Colors of #9ceefe

#9ceefe #fe9cee #eefe9c

Analogous Colors of #9ceefe

#9ceefe #9cbdfe #9cfedd

Monochromatic Colors of #9ceefe

#9ceefe

Complementary Color

#9ceefe #feac9c

#9ceefe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ceefe Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ceefe Color CSS Codes

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

#9ceefe Text Font Color

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

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


#9ceefe Background Color

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

This div background color is #9ceefe


#9ceefe Border Color

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

This div border color is #9ceefe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ceefe

Related Colors

#9ceefe Color Palettes


Comments

No comments written yet.

Please login to write comment.