Color Hex Logo

#9cefff Color Hex

#9CEFFF
(156,239,255)
0 Favorites   0 Comments

Color spaces of #9cefff

RGB 156239255
HSL0.531.000.81
HSV190°39°100°
CMYK 0.390.060.00   0.00
XYZ62.626876.0209105.9805
Yxy76.02090.25600.3108
Hunter Lab87.1900-24.3695-11.0348
CIE-Lab89.8690-21.2439-15.6740

#9cefff color RGB value is (156,239,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011100 11101111 11111111
Octal 234 357 377
Decimal 156 239 255
Hex 9C EF FF

RGB Percentages of Color #9cefff

%24.00
%36.77
%39.23

CMYK Percentages of Color #9cefff

%39
%6
%0
%0

Triadic Colors of #9cefff

#9cefff #ff9cef #efff9c

Analogous Colors of #9cefff

#9cefff #9cbeff #9cffde

Monochromatic Colors of #9cefff

#9cefff

Complementary Color

#9cefff #ffac9c

#9cefff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9cefff Color Preview on White Background

Lorem ipsum dolor sit amet.

#9cefff Color CSS Codes

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

#9cefff Text Font Color

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

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


#9cefff Background Color

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

This div background color is #9cefff


#9cefff Border Color

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

This div border color is #9cefff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9cefff

Related Colors


Comments

No comments written yet.

Please login to write comment.