Color Hex Logo

#aefcad Color Hex

#AEFCAD
(174,252,173)
0 Favorites   0 Comments

Color spaces of #aefcad

RGB 174252173
HSL0.330.930.83
HSV119°31°99°
CMYK 0.310.000.31   0.01
XYZ59.808881.636652.1404
Yxy81.63660.30900.4217
Hunter Lab90.3530-39.960329.0323
CIE-Lab92.4142-38.840830.4498

#aefcad color RGB value is (174,252,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111100 10101101
Octal 256 374 255
Decimal 174 252 173
Hex AE FC AD

RGB Percentages of Color #aefcad

%29.05
%42.07
%28.88

CMYK Percentages of Color #aefcad

%31
%0
%31
%1

Triadic Colors of #aefcad

#aefcad #adaefc #fcadae

Analogous Colors of #aefcad

#aefcad #adfcd4 #d6fcad

Monochromatic Colors of #aefcad

#aefcad

Complementary Color

#aefcad #fbadfc

#aefcad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aefcad Color Preview on White Background

Lorem ipsum dolor sit amet.

#aefcad Color CSS Codes

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

#aefcad Text Font Color

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

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


#aefcad Background Color

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

This div background color is #aefcad


#aefcad Border Color

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

This div border color is #aefcad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aefcad

Related Colors


Comments

No comments written yet.

Please login to write comment.