Color Hex Logo

#aed7bf Color Hex

#AED7BF
(174,215,191)
0 Favorites   0 Comments

Color spaces of #aed7bf

RGB 174215191
HSL0.400.340.76
HSV145°19°84°
CMYK 0.190.000.11   0.16
XYZ51.160061.361158.4377
Yxy61.36110.29930.3589
Hunter Lab78.3333-20.503810.6022
CIE-Lab82.5725-18.15657.4198

#aed7bf color RGB value is (174,215,191).

#aed7bf hex color red value is 174, green value is 215 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #aed7bf hue: 0.40 , saturation: 0.34 and the lightness value of aed7bf is 0.76.

The process color (four color CMYK) of #aed7bf color hex is 0.19, 0.00, 0.11, 0.16. Web safe color of #aed7bf is #99cccc. Color #aed7bf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11010111 10111111
Octal 256 327 277
Decimal 174 215 191
Hex AE D7 BF

RGB Percentages of Color #aed7bf

%30.00
%37.07
%32.93

CMYK Percentages of Color #aed7bf

%19
%0
%11
%16

Triadic Colors of #aed7bf

#aed7bf #bfaed7 #d7bfae

Analogous Colors of #aed7bf

#aed7bf #aed7d4 #b2d7ae

Monochromatic Colors of #aed7bf

#aed7bf

Complementary Color

#aed7bf #d7aec6

#aed7bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed7bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed7bf Color CSS Codes

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

#aed7bf Text Font Color

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

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


#aed7bf Background Color

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

This div background color is #aed7bf


#aed7bf Border Color

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

This div border color is #aed7bf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,215,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed7bf


Comments

No comments written yet.

Please login to write comment.