Color Hex Logo

#aeccca Color Hex

#AECCCA
(174,204,202)
0 Favorites   0 Comments

Color spaces of #aeccca

RGB 174204202
HSL0.490.230.74
HSV176°15°80°
CMYK 0.150.000.01   0.20
XYZ49.709156.448764.1528
Yxy56.44870.29190.3314
Hunter Lab75.1323-13.38241.9671
CIE-Lab79.8685-10.3833-2.3768

#aeccca color RGB value is (174,204,202).

#aeccca hex color red value is 174, green value is 204 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #aeccca hue: 0.49 , saturation: 0.23 and the lightness value of aeccca is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001100 11001010
Octal 256 314 312
Decimal 174 204 202
Hex AE CC CA

RGB Percentages of Color #aeccca

%30.00
%35.17
%34.83

CMYK Percentages of Color #aeccca

%15
%0
%1
%20

Triadic Colors of #aeccca

#aeccca #caaecc #cccaae

Analogous Colors of #aeccca

#aeccca #aebfcc #aeccbb

Monochromatic Colors of #aeccca

#aeccca

Complementary Color

#aeccca #ccaeb0

#aeccca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeccca Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeccca Color CSS Codes

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

#aeccca Text Font Color

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

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


#aeccca Background Color

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

This div background color is #aeccca


#aeccca Border Color

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

This div border color is #aeccca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeccca


Comments

No comments written yet.

Please login to write comment.