Color Hex Logo

#aef9ca Color Hex

#AEF9CA
(174,249,202)
0 Favorites   0 Comments

Color spaces of #aef9ca

RGB 174249202
HSL0.400.860.83
HSV142°30°98°
CMYK 0.300.000.19   0.02
XYZ61.991981.014368.2471
Yxy81.01430.29340.3835
Hunter Lab90.0079-34.574218.0499
CIE-Lab92.1381-32.499415.2840

#aef9ca color RGB value is (174,249,202).

#aef9ca hex color red value is 174, green value is 249 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #aef9ca hue: 0.40 , saturation: 0.86 and the lightness value of aef9ca is 0.83.

The process color (four color CMYK) of #aef9ca color hex is 0.30, 0.00, 0.19, 0.02. Web safe color of #aef9ca is #99ffcc. Color #aef9ca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111001 11001010
Octal 256 371 312
Decimal 174 249 202
Hex AE F9 CA

RGB Percentages of Color #aef9ca

%27.84
%39.84
%32.32

CMYK Percentages of Color #aef9ca

%30
%0
%19
%2

Triadic Colors of #aef9ca

#aef9ca #caaef9 #f9caae

Analogous Colors of #aef9ca

#aef9ca #aef9f0 #b8f9ae

Monochromatic Colors of #aef9ca

#aef9ca

Complementary Color

#aef9ca #f9aedd

#aef9ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aef9ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#aef9ca Color CSS Codes

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

#aef9ca Text Font Color

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

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


#aef9ca Background Color

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

This div background color is #aef9ca


#aef9ca Border Color

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

This div border color is #aef9ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aef9ca


Comments

No comments written yet.

Please login to write comment.