Color Hex Logo

#9aedce Color Hex

#9AEDCE
(154,237,206)
0 Favorites   0 Comments

Color spaces of #9aedce

RGB 154237206
HSL0.440.700.77
HSV158°35°93°
CMYK 0.350.000.13   0.07
XYZ54.751271.894669.3839
Yxy71.89460.27930.3668
Hunter Lab84.7907-33.122310.8367
CIE-Lab87.9178-31.89457.0626

#9aedce color RGB value is (154,237,206).

#9aedce hex color red value is 154, green value is 237 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #9aedce hue: 0.44 , saturation: 0.70 and the lightness value of 9aedce is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10011010 11101101 11001110
Octal 232 355 316
Decimal 154 237 206
Hex 9A ED CE

RGB Percentages of Color #9aedce

%25.80
%39.70
%34.51

CMYK Percentages of Color #9aedce

%35
%0
%13
%7

Triadic Colors of #9aedce

#9aedce #ce9aed #edce9a

Analogous Colors of #9aedce

#9aedce #9ae3ed #9aeda5

Monochromatic Colors of #9aedce

#9aedce

Complementary Color

#9aedce #ed9ab9

#9aedce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9aedce Color Preview on White Background

Lorem ipsum dolor sit amet.

#9aedce Color CSS Codes

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

#9aedce Text Font Color

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

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


#9aedce Background Color

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

This div background color is #9aedce


#9aedce Border Color

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

This div border color is #9aedce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9aedce

#9aedce Color Palettes


Comments

No comments written yet.

Please login to write comment.