Color Hex Logo

#aedbaf Color Hex

#AEDBAF
(174,219,175)
0 Favorites   0 Comments

Color spaces of #aedbaf

RGB 174219175
HSL0.340.380.77
HSV121°21°86°
CMYK 0.210.000.20   0.14
XYZ50.524962.756950.0078
Yxy62.75690.30940.3843
Hunter Lab79.2193-24.789018.0262
CIE-Lab83.3143-23.044116.9233

#aedbaf color RGB value is (174,219,175).

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

The process color (four color CMYK) of #aedbaf color hex is 0.21, 0.00, 0.20, 0.14. Web safe color of #aedbaf is #99cc99. Color #aedbaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011011 10101111
Octal 256 333 257
Decimal 174 219 175
Hex AE DB AF

RGB Percentages of Color #aedbaf

%30.63
%38.56
%30.81

CMYK Percentages of Color #aedbaf

%21
%0
%20
%14

Triadic Colors of #aedbaf

#aedbaf #afaedb #dbafae

Analogous Colors of #aedbaf

#aedbaf #aedbc6 #c4dbae

Monochromatic Colors of #aedbaf

#aedbaf

Complementary Color

#aedbaf #dbaeda

#aedbaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aedbaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#aedbaf Color CSS Codes

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

#aedbaf Text Font Color

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

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


#aedbaf Background Color

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

This div background color is #aedbaf


#aedbaf Border Color

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

This div border color is #aedbaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aedbaf


Comments

No comments written yet.

Please login to write comment.