Color Hex Logo

#9ceffe Color Hex

#9CEFFE
(156,239,254)
0 Favorites   0 Comments

Color spaces of #9ceffe

RGB 156239254
HSL0.530.980.80
HSV189°39°100°
CMYK 0.390.060.00   0.00
XYZ62.466275.9567105.1347
Yxy75.95670.25650.3119
Hunter Lab87.1531-24.5798-10.5156
CIE-Lab89.8392-21.4877-15.1967

#9ceffe color RGB value is (156,239,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011100 11101111 11111110
Octal 234 357 376
Decimal 156 239 254
Hex 9C EF FE

RGB Percentages of Color #9ceffe

%24.04
%36.83
%39.14

CMYK Percentages of Color #9ceffe

%39
%6
%0
%0

Triadic Colors of #9ceffe

#9ceffe #fe9cef #effe9c

Analogous Colors of #9ceffe

#9ceffe #9cbefe #9cfedc

Monochromatic Colors of #9ceffe

#9ceffe

Complementary Color

#9ceffe #feab9c

#9ceffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ceffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ceffe Color CSS Codes

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

#9ceffe Text Font Color

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

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


#9ceffe Background Color

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

This div background color is #9ceffe


#9ceffe Border Color

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

This div border color is #9ceffe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(156,239,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 #9ceffe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ceffe


Comments

No comments written yet.

Please login to write comment.