Color Hex Logo

#aecaea Color Hex

#AECAEA
(174,202,234)
0 Favorites   0 Comments

Color spaces of #aecaea

RGB 174202234
HSL0.590.590.80
HSV212°26°92°
CMYK 0.260.140.00   0.08
XYZ53.427457.180286.0629
Yxy57.18020.27170.2907
Hunter Lab75.6176-6.2121-14.5476
CIE-Lab80.2808-2.3568-18.9177

#aecaea color RGB value is (174,202,234).

#aecaea hex color red value is 174, green value is 202 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #aecaea hue: 0.59 , saturation: 0.59 and the lightness value of aecaea is 0.80.

The process color (four color CMYK) of #aecaea color hex is 0.26, 0.14, 0.00, 0.08. Web safe color of #aecaea is #99ccff. Color #aecaea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001010 11101010
Octal 256 312 352
Decimal 174 202 234
Hex AE CA EA

RGB Percentages of Color #aecaea

%28.52
%33.11
%38.36

CMYK Percentages of Color #aecaea

%26
%14
%0
%8

Triadic Colors of #aecaea

#aecaea #eaaeca #caeaae

Analogous Colors of #aecaea

#aecaea #b0aeea #aee8ea

Monochromatic Colors of #aecaea

#aecaea

Complementary Color

#aecaea #eaceae

#aecaea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aecaea Color Preview on White Background

Lorem ipsum dolor sit amet.

#aecaea Color CSS Codes

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

#aecaea Text Font Color

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

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


#aecaea Background Color

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

This div background color is #aecaea


#aecaea Border Color

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

This div border color is #aecaea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aecaea


Comments

No comments written yet.

Please login to write comment.