Color Hex Logo

#aedabf Color Hex

#AEDABF
(174,218,191)
0 Favorites   0 Comments

Color spaces of #aedabf

RGB 174218191
HSL0.400.370.77
HSV143°20°85°
CMYK 0.200.000.12   0.15
XYZ51.930962.903158.6947
Yxy62.90310.29930.3625
Hunter Lab79.3115-21.918411.6403
CIE-Lab83.3914-19.65358.5937

#aedabf color RGB value is (174,218,191).

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

The process color (four color CMYK) of #aedabf color hex is 0.20, 0.00, 0.12, 0.15. Web safe color of #aedabf is #99cccc. Color #aedabf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011010 10111111
Octal 256 332 277
Decimal 174 218 191
Hex AE DA BF

RGB Percentages of Color #aedabf

%29.85
%37.39
%32.76

CMYK Percentages of Color #aedabf

%20
%0
%12
%15

Triadic Colors of #aedabf

#aedabf #bfaeda #dabfae

Analogous Colors of #aedabf

#aedabf #aedad5 #b3daae

Monochromatic Colors of #aedabf

#aedabf

Complementary Color

#aedabf #daaec9

#aedabf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aedabf Color Preview on White Background

Lorem ipsum dolor sit amet.

#aedabf Color CSS Codes

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

#aedabf Text Font Color

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

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


#aedabf Background Color

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

This div background color is #aedabf


#aedabf Border Color

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

This div border color is #aedabf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aedabf


Comments

No comments written yet.

Please login to write comment.