Color Hex Logo

#aedccf Color Hex

#AEDCCF
(174,220,207)
0 Favorites   0 Comments

Color spaces of #aedccf

RGB 174220207
HSL0.450.400.77
HSV163°21°86°
CMYK 0.210.000.06   0.14
XYZ54.311264.690168.6554
Yxy64.69010.28940.3447
Hunter Lab80.4302-20.21905.6910
CIE-Lab84.3238-17.52041.4704

#aedccf color RGB value is (174,220,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011100 11001111
Octal 256 334 317
Decimal 174 220 207
Hex AE DC CF

RGB Percentages of Color #aedccf

%28.95
%36.61
%34.44

CMYK Percentages of Color #aedccf

%21
%0
%6
%14

Triadic Colors of #aedccf

#aedccf #cfaedc #dccfae

Analogous Colors of #aedccf

#aedccf #aed2dc #aedcb8

Monochromatic Colors of #aedccf

#aedccf

Complementary Color

#aedccf #dcaebb

#aedccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aedccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#aedccf Color CSS Codes

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

#aedccf Text Font Color

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

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


#aedccf Background Color

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

This div background color is #aedccf


#aedccf Border Color

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

This div border color is #aedccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aedccf


Comments

No comments written yet.

Please login to write comment.