Color Hex Logo

#9aedcf Color Hex

#9AEDCF
(154,237,207)
0 Favorites   0 Comments

Color spaces of #9aedcf

RGB 154237207
HSL0.440.700.77
HSV158°35°93°
CMYK 0.350.000.13   0.07
XYZ54.873171.943470.0258
Yxy71.94340.27880.3655
Hunter Lab84.8195-32.955310.4246
CIE-Lab87.9413-31.68736.5740

#9aedcf color RGB value is (154,237,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011010 11101101 11001111
Octal 232 355 317
Decimal 154 237 207
Hex 9A ED CF

RGB Percentages of Color #9aedcf

%25.75
%39.63
%34.62

CMYK Percentages of Color #9aedcf

%35
%0
%13
%7

Triadic Colors of #9aedcf

#9aedcf #cf9aed #edcf9a

Analogous Colors of #9aedcf

#9aedcf #9ae2ed #9aeda6

Monochromatic Colors of #9aedcf

#9aedcf

Complementary Color

#9aedcf #ed9ab8

#9aedcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9aedcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#9aedcf Color CSS Codes

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

#9aedcf Text Font Color

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

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


#9aedcf Background Color

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

This div background color is #9aedcf


#9aedcf Border Color

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

This div border color is #9aedcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9aedcf


Comments

No comments written yet.

Please login to write comment.