Color Hex Logo

#9aeeaf Color Hex

#9AEEAF
(154,238,175)
0 Favorites   0 Comments

Color spaces of #9aeeaf

RGB 154238175
HSL0.380.710.77
HSV135°35°93°
CMYK 0.350.000.26   0.07
XYZ51.638871.114251.5622
Yxy71.11420.29620.4080
Hunter Lab84.3292-38.272122.7782
CIE-Lab87.5405-38.305422.6273

#9aeeaf color RGB value is (154,238,175).

#9aeeaf hex color red value is 154, green value is 238 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #9aeeaf hue: 0.38 , saturation: 0.71 and the lightness value of 9aeeaf is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10011010 11101110 10101111
Octal 232 356 257
Decimal 154 238 175
Hex 9A EE AF

RGB Percentages of Color #9aeeaf

%27.16
%41.98
%30.86

CMYK Percentages of Color #9aeeaf

%35
%0
%26
%7

Triadic Colors of #9aeeaf

#9aeeaf #af9aee #eeaf9a

Analogous Colors of #9aeeaf

#9aeeaf #9aeed9 #afee9a

Monochromatic Colors of #9aeeaf

#9aeeaf

Complementary Color

#9aeeaf #ee9ad9

#9aeeaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9aeeaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#9aeeaf Color CSS Codes

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

#9aeeaf Text Font Color

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

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


#9aeeaf Background Color

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

This div background color is #9aeeaf


#9aeeaf Border Color

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

This div border color is #9aeeaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9aeeaf


Comments

No comments written yet.

Please login to write comment.