Color Hex Logo

#9afedc Color Hex

#9AFEDC
(154,254,220)
0 Favorites   0 Comments

Color spaces of #9afedc

RGB 154254220
HSL0.440.980.80
HSV160°39°100°
CMYK 0.390.000.13   0.00
XYZ61.686582.921080.4643
Yxy82.92100.27410.3684
Hunter Lab91.0610-38.437311.3522
CIE-Lab92.9798-36.84107.0771

#9afedc color RGB value is (154,254,220).

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

The process color (four color CMYK) of #9afedc color hex is 0.39, 0.00, 0.13, 0.00. Web safe color of #9afedc is #99ffcc. Color #9afedc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011010 11111110 11011100
Octal 232 376 334
Decimal 154 254 220
Hex 9A FE DC

RGB Percentages of Color #9afedc

%24.52
%40.45
%35.03

CMYK Percentages of Color #9afedc

%39
%0
%13
%0

Triadic Colors of #9afedc

#9afedc #dc9afe #fedc9a

Analogous Colors of #9afedc

#9afedc #9aeefe #9afeaa

Monochromatic Colors of #9afedc

#9afedc

Complementary Color

#9afedc #fe9abc

#9afedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9afedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9afedc Color CSS Codes

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

#9afedc Text Font Color

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

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


#9afedc Background Color

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

This div background color is #9afedc


#9afedc Border Color

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

This div border color is #9afedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9afedc

Related Colors


Comments

No comments written yet.

Please login to write comment.