Color Hex Logo

#aedfdb Color Hex

#AEDFDB
(174,223,219)
0 Favorites   0 Comments

Color spaces of #aedfdb

RGB 174223219
HSL0.490.430.78
HSV175°22°87°
CMYK 0.220.000.02   0.13
XYZ56.629466.888576.9439
Yxy66.88850.28250.3337
Hunter Lab81.7854-19.52841.4696
CIE-Lab85.4476-16.5432-3.2330

#aedfdb color RGB value is (174,223,219).

#aedfdb hex color red value is 174, green value is 223 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #aedfdb hue: 0.49 , saturation: 0.43 and the lightness value of aedfdb is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011111 11011011
Octal 256 337 333
Decimal 174 223 219
Hex AE DF DB

RGB Percentages of Color #aedfdb

%28.25
%36.20
%35.55

CMYK Percentages of Color #aedfdb

%22
%0
%2
%13

Triadic Colors of #aedfdb

#aedfdb #dbaedf #dfdbae

Analogous Colors of #aedfdb

#aedfdb #aecbdf #aedfc3

Monochromatic Colors of #aedfdb

#aedfdb

Complementary Color

#aedfdb #dfaeb2

#aedfdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aedfdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aedfdb Color CSS Codes

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

#aedfdb Text Font Color

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

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


#aedfdb Background Color

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

This div background color is #aedfdb


#aedfdb Border Color

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

This div border color is #aedfdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aedfdb

#aedfdb Color Palettes


Comments

No comments written yet.

Please login to write comment.