Color Hex Logo

#aedcbf Color Hex

#AEDCBF
(174,220,191)
0 Favorites   0 Comments

Color spaces of #aedcbf

RGB 174220191
HSL0.390.400.77
HSV142°21°86°
CMYK 0.210.000.13   0.14
XYZ52.452763.946758.8686
Yxy63.94670.29930.3649
Hunter Lab79.9667-22.857812.3295
CIE-Lab83.9380-20.64529.3756

#aedcbf color RGB value is (174,220,191).

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

The process color (four color CMYK) of #aedcbf color hex is 0.21, 0.00, 0.13, 0.14. Web safe color of #aedcbf is #99cccc. Color #aedcbf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011100 10111111
Octal 256 334 277
Decimal 174 220 191
Hex AE DC BF

RGB Percentages of Color #aedcbf

%29.74
%37.61
%32.65

CMYK Percentages of Color #aedcbf

%21
%0
%13
%14

Triadic Colors of #aedcbf

#aedcbf #bfaedc #dcbfae

Analogous Colors of #aedcbf

#aedcbf #aedcd6 #b4dcae

Monochromatic Colors of #aedcbf

#aedcbf

Complementary Color

#aedcbf #dcaecb

#aedcbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aedcbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#aedcbf Color CSS Codes

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

#aedcbf Text Font Color

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

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


#aedcbf Background Color

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

This div background color is #aedcbf


#aedcbf Border Color

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

This div border color is #aedcbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aedcbf


Comments

No comments written yet.

Please login to write comment.