Color Hex Logo

#aee7ca Color Hex

#AEE7CA
(174,231,202)
0 Favorites   0 Comments

Color spaces of #aee7ca

RGB 174231202
HSL0.420.540.79
HSV149°25°91°
CMYK 0.250.000.13   0.09
XYZ56.692170.414866.4805
Yxy70.41480.29290.3637
Hunter Lab83.9135-26.253811.7670
CIE-Lab87.1999-23.94108.2597

#aee7ca color RGB value is (174,231,202).

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

The process color (four color CMYK) of #aee7ca color hex is 0.25, 0.00, 0.13, 0.09. Web safe color of #aee7ca is #99ffcc. Color #aee7ca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11100111 11001010
Octal 256 347 312
Decimal 174 231 202
Hex AE E7 CA

RGB Percentages of Color #aee7ca

%28.67
%38.06
%33.28

CMYK Percentages of Color #aee7ca

%25
%0
%13
%9

Triadic Colors of #aee7ca

#aee7ca #caaee7 #e7caae

Analogous Colors of #aee7ca

#aee7ca #aee7e7 #afe7ae

Monochromatic Colors of #aee7ca

#aee7ca

Complementary Color

#aee7ca #e7aecb

#aee7ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aee7ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#aee7ca Color CSS Codes

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

#aee7ca Text Font Color

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

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


#aee7ca Background Color

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

This div background color is #aee7ca


#aee7ca Border Color

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

This div border color is #aee7ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aee7ca


Comments

No comments written yet.

Please login to write comment.