Color Hex Logo

#9cfaef Color Hex

#9CFAEF
(156,250,239)
0 Favorites   0 Comments

Color spaces of #9cfaef

RGB 156250239
HSL0.480.900.80
HSV173°38°98°
CMYK 0.380.000.04   0.02
XYZ63.475981.671194.0799
Yxy81.67110.26530.3414
Hunter Lab90.3721-32.77561.5379
CIE-Lab92.4295-30.3229-3.5441

#9cfaef color RGB value is (156,250,239).

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

The process color (four color CMYK) of #9cfaef color hex is 0.38, 0.00, 0.04, 0.02. Web safe color of #9cfaef is #99ffff. Color #9cfaef contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011100 11111010 11101111
Octal 234 372 357
Decimal 156 250 239
Hex 9C FA EF

RGB Percentages of Color #9cfaef

%24.19
%38.76
%37.05

CMYK Percentages of Color #9cfaef

%38
%0
%4
%2

Triadic Colors of #9cfaef

#9cfaef #ef9cfa #faef9c

Analogous Colors of #9cfaef

#9cfaef #9cd6fa #9cfac0

Monochromatic Colors of #9cfaef

#9cfaef

Complementary Color

#9cfaef #fa9ca7

#9cfaef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9cfaef Color Preview on White Background

Lorem ipsum dolor sit amet.

#9cfaef Color CSS Codes

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

#9cfaef Text Font Color

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

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


#9cfaef Background Color

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

This div background color is #9cfaef


#9cfaef Border Color

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

This div border color is #9cfaef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9cfaef

Related Colors


Comments

No comments written yet.

Please login to write comment.