color codes Logo

#aee9af color codes

#AEE9AF
(174,233,175)
0 Favorites   0 Comments

Color spaces of #aee9af

RGB 174233175
HSL0.340.570.80
HSV121°25°91°
CMYK 0.250.000.25   0.09
XYZ54.332370.371651.2769
Yxy70.37160.30870.3999
Hunter Lab83.8878-31.193022.4801
CIE-Lab87.1788-29.772722.2917

#aee9af color RGB value is (174,233,175).

#aee9af hex color red value is 174, green value is 233 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #aee9af hue: 0.34 , saturation: 0.57 and the lightness value of aee9af is 0.80.

The process color (four color CMYK) of #aee9af color code is 0.25, 0.00, 0.25, 0.09. Web safe color of #aee9af is #99ff99. Color #aee9af contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11101001 10101111
Octal 256 351 257
Decimal 174 233 175
Hex AE E9 AF

RGB Percentages of Color #aee9af

%29.90
%40.03
%30.07

CMYK Percentages of Color #aee9af

%25
%0
%25
%9

Triadic Colors of #aee9af

#aee9af #afaee9 #e9afae

Analogous Colors of #aee9af

#aee9af #aee9cd #cbe9ae

Monochromatic Colors of #aee9af

#aee9af

Complementary Color

#aee9af #e9aee8

#aee9af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aee9af Color Preview on White Background

Lorem ipsum dolor sit amet.

#aee9af Color CSS Codes

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

#aee9af Text Font Color

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

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


#aee9af Background Color

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

This div background color is #aee9af


#aee9af Border Color

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

This div border color is #aee9af


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(174,233,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #aee9af; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #aee9af;
  -webkit-box-shadow: 1px 1px 3px 2px #aee9af;
  box-shadow:         1px 1px 3px 2px #aee9af; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,233,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 #aee9af">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aee9af


Comments

No comments written yet.

Please login to write comment.