Color Hex Logo

#aefcca Color Hex

#AEFCCA
(174,252,202)
0 Favorites   0 Comments

Color spaces of #aefcca

RGB 174252202
HSL0.390.930.84
HSV142°31°99°
CMYK 0.310.000.20   0.01
XYZ62.926682.883768.5587
Yxy82.88370.29350.3866
Hunter Lab91.0405-35.942819.0796
CIE-Lab92.9635-33.888916.4470

#aefcca color RGB value is (174,252,202).

#aefcca hex color red value is 174, green value is 252 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #aefcca hue: 0.39 , saturation: 0.93 and the lightness value of aefcca is 0.84.

The process color (four color CMYK) of #aefcca color hex is 0.31, 0.00, 0.20, 0.01. Web safe color of #aefcca is #99ffcc. Color #aefcca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111100 11001010
Octal 256 374 312
Decimal 174 252 202
Hex AE FC CA

RGB Percentages of Color #aefcca

%27.71
%40.13
%32.17

CMYK Percentages of Color #aefcca

%31
%0
%20
%1

Triadic Colors of #aefcca

#aefcca #caaefc #fccaae

Analogous Colors of #aefcca

#aefcca #aefcf1 #b9fcae

Monochromatic Colors of #aefcca

#aefcca

Complementary Color

#aefcca #fcaee0

#aefcca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aefcca Color Preview on White Background

Lorem ipsum dolor sit amet.

#aefcca Color CSS Codes

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

#aefcca Text Font Color

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

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


#aefcca Background Color

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

This div background color is #aefcca


#aefcca Border Color

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

This div border color is #aefcca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aefcca

Related Colors


Comments

No comments written yet.

Please login to write comment.