Color Hex Logo

#9cfaed Color Hex

#9CFAED
(156,250,237)
0 Favorites   0 Comments

Color spaces of #9cfaed

RGB 156250237
HSL0.480.900.80
HSV172°38°98°
CMYK 0.380.000.05   0.02
XYZ63.182081.553692.5321
Yxy81.55360.26630.3437
Hunter Lab90.3070-33.15242.4641
CIE-Lab92.3775-30.7742-2.5833

#9cfaed color RGB value is (156,250,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011100 11111010 11101101
Octal 234 372 355
Decimal 156 250 237
Hex 9C FA ED

RGB Percentages of Color #9cfaed

%24.26
%38.88
%36.86

CMYK Percentages of Color #9cfaed

%38
%0
%5
%2

Triadic Colors of #9cfaed

#9cfaed #ed9cfa #faed9c

Analogous Colors of #9cfaed

#9cfaed #9cd8fa #9cfabe

Monochromatic Colors of #9cfaed

#9cfaed

Complementary Color

#9cfaed #fa9ca9

#9cfaed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9cfaed Color Preview on White Background

Lorem ipsum dolor sit amet.

#9cfaed Color CSS Codes

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

#9cfaed Text Font Color

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

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


#9cfaed Background Color

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

This div background color is #9cfaed


#9cfaed Border Color

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

This div border color is #9cfaed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9cfaed


Comments

No comments written yet.

Please login to write comment.