Color Hex Logo

#aecacc Color Hex

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

Color spaces of #aecacc

RGB 174202204
HSL0.510.230.74
HSV184°15°80°
CMYK 0.150.010.00   0.20
XYZ49.475255.599465.2509
Yxy55.59940.29050.3264
Hunter Lab74.5650-12.05090.3116
CIE-Lab79.3853-8.9333-4.1612

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

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

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

Base Numbers

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

RGB Percentages of Color #aecacc

%30.00
%34.83
%35.17

CMYK Percentages of Color #aecacc

%15
%1
%0
%20

Triadic Colors of #aecacc

#aecacc #ccaeca #caccae

Analogous Colors of #aecacc

#aecacc #aebbcc #aeccbf

Monochromatic Colors of #aecacc

#aecacc

Complementary Color

#aecacc #ccb0ae

#aecacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aecacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aecacc Color CSS Codes

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

#aecacc Text Font Color

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

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


#aecacc Background Color

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

This div background color is #aecacc


#aecacc Border Color

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

This div border color is #aecacc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aecacc


Comments

No comments written yet.

Please login to write comment.