Color Hex Logo

#aedfcc Color Hex

#AEDFCC
(174,223,204)
0 Favorites   0 Comments

Color spaces of #aedfcc

RGB 174223204
HSL0.440.430.78
HSV157°22°87°
CMYK 0.220.000.09   0.13
XYZ54.742366.133767.0066
Yxy66.13370.29140.3520
Hunter Lab81.3226-22.15748.0732
CIE-Lab85.0646-19.61854.1317

#aedfcc color RGB value is (174,223,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011111 11001100
Octal 256 337 314
Decimal 174 223 204
Hex AE DF CC

RGB Percentages of Color #aedfcc

%28.95
%37.10
%33.94

CMYK Percentages of Color #aedfcc

%22
%0
%9
%13

Triadic Colors of #aedfcc

#aedfcc #ccaedf #dfccae

Analogous Colors of #aedfcc

#aedfcc #aedadf #aedfb4

Monochromatic Colors of #aedfcc

#aedfcc

Complementary Color

#aedfcc #dfaec1

#aedfcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aedfcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aedfcc Color CSS Codes

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

#aedfcc Text Font Color

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

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


#aedfcc Background Color

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

This div background color is #aedfcc


#aedfcc Border Color

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

This div border color is #aedfcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aedfcc


Comments

No comments written yet.

Please login to write comment.