Color Hex Logo

#aedacc Color Hex

#AEDACC
(174,218,204)
0 Favorites   0 Comments

Color spaces of #aedacc

RGB 174218204
HSL0.450.370.77
HSV161°20°85°
CMYK 0.200.000.06   0.15
XYZ53.426063.501166.5678
Yxy63.50110.29120.3461
Hunter Lab79.6876-19.77916.2528
CIE-Lab83.7053-17.12112.1603

#aedacc color RGB value is (174,218,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011010 11001100
Octal 256 332 314
Decimal 174 218 204
Hex AE DA CC

RGB Percentages of Color #aedacc

%29.19
%36.58
%34.23

CMYK Percentages of Color #aedacc

%20
%0
%6
%15

Triadic Colors of #aedacc

#aedacc #ccaeda #daccae

Analogous Colors of #aedacc

#aedacc #aed2da #aedab6

Monochromatic Colors of #aedacc

#aedacc

Complementary Color

#aedacc #daaebc

#aedacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aedacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aedacc Color CSS Codes

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

#aedacc Text Font Color

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

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


#aedacc Background Color

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

This div background color is #aedacc


#aedacc Border Color

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

This div border color is #aedacc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aedacc


Comments

No comments written yet.

Please login to write comment.