Color Hex Logo

#aec4ca Color Hex

#AEC4CA
(174,196,202)
0 Favorites   0 Comments

Color spaces of #aec4ca

RGB 174196202
HSL0.540.210.74
HSV193°14°79°
CMYK 0.140.030.00   0.21
XYZ47.856252.742863.5352
Yxy52.74280.29160.3213
Hunter Lab72.6242-9.4687-1.0328
CIE-Lab77.7229-6.2038-5.5364

#aec4ca color RGB value is (174,196,202).

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

The process color (four color CMYK) of #aec4ca color hex is 0.14, 0.03, 0.00, 0.21. Web safe color of #aec4ca is #99cccc. Color #aec4ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11000100 11001010
Octal 256 304 312
Decimal 174 196 202
Hex AE C4 CA

RGB Percentages of Color #aec4ca

%30.42
%34.27
%35.31

CMYK Percentages of Color #aec4ca

%14
%3
%0
%21

Triadic Colors of #aec4ca

#aec4ca #caaec4 #c4caae

Analogous Colors of #aec4ca

#aec4ca #aeb6ca #aecac2

Monochromatic Colors of #aec4ca

#aec4ca

Complementary Color

#aec4ca #cab4ae

#aec4ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aec4ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#aec4ca Color CSS Codes

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

#aec4ca Text Font Color

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

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


#aec4ca Background Color

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

This div background color is #aec4ca


#aec4ca Border Color

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

This div border color is #aec4ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aec4ca


Comments

No comments written yet.

Please login to write comment.