Color Hex Logo

#aae5ca Color Hex

#AAE5CA
(170,229,202)
0 Favorites   0 Comments

Color spaces of #aae5ca

RGB 170229202
HSL0.420.530.78
HSV153°26°90°
CMYK 0.260.000.12   0.10
XYZ55.257568.848966.2539
Yxy68.84890.29030.3617
Hunter Lab82.9752-26.334310.7409
CIE-Lab86.4292-24.19947.1238

#aae5ca color RGB value is (170,229,202).

#aae5ca hex color red value is 170, green value is 229 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #aae5ca hue: 0.42 , saturation: 0.53 and the lightness value of aae5ca is 0.78.

The process color (four color CMYK) of #aae5ca color hex is 0.26, 0.00, 0.12, 0.10. Web safe color of #aae5ca is #99cccc. Color #aae5ca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11100101 11001010
Octal 252 345 312
Decimal 170 229 202
Hex AA E5 CA

RGB Percentages of Color #aae5ca

%28.29
%38.10
%33.61

CMYK Percentages of Color #aae5ca

%26
%0
%12
%10

Triadic Colors of #aae5ca

#aae5ca #caaae5 #e5caaa

Analogous Colors of #aae5ca

#aae5ca #aae3e5 #aae5ad

Monochromatic Colors of #aae5ca

#aae5ca

Complementary Color

#aae5ca #e5aac5

#aae5ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aae5ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#aae5ca Color CSS Codes

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

#aae5ca Text Font Color

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

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


#aae5ca Background Color

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

This div background color is #aae5ca


#aae5ca Border Color

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

This div border color is #aae5ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aae5ca


Comments

No comments written yet.

Please login to write comment.