Color Hex Logo

#aedebf Color Hex

#AEDEBF
(174,222,191)
0 Favorites   0 Comments

Color spaces of #aedebf

RGB 174222191
HSL0.390.420.78
HSV141°22°87°
CMYK 0.220.000.14   0.13
XYZ52.980865.002859.0446
Yxy65.00280.29930.3672
Hunter Lab80.6243-23.794513.0164
CIE-Lab84.4852-21.631910.1568

#aedebf color RGB value is (174,222,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011110 10111111
Octal 256 336 277
Decimal 174 222 191
Hex AE DE BF

RGB Percentages of Color #aedebf

%29.64
%37.82
%32.54

CMYK Percentages of Color #aedebf

%22
%0
%14
%13

Triadic Colors of #aedebf

#aedebf #bfaede #debfae

Analogous Colors of #aedebf

#aedebf #aeded7 #b5deae

Monochromatic Colors of #aedebf

#aedebf

Complementary Color

#aedebf #deaecd

#aedebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aedebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#aedebf Color CSS Codes

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

#aedebf Text Font Color

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

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


#aedebf Background Color

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

This div background color is #aedebf


#aedebf Border Color

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

This div border color is #aedebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aedebf


Comments

No comments written yet.

Please login to write comment.