Color Hex Logo

#aefcae Color Hex

#AEFCAE
(174,252,174)
0 Favorites   0 Comments

Color spaces of #aefcae

RGB 174252174
HSL0.330.930.84
HSV120°31°99°
CMYK 0.310.000.31   0.01
XYZ59.905981.675552.6520
Yxy81.67550.30840.4205
Hunter Lab90.3745-39.834328.7199
CIE-Lab92.4314-38.683329.9693

#aefcae color RGB value is (174,252,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111100 10101110
Octal 256 374 256
Decimal 174 252 174
Hex AE FC AE

RGB Percentages of Color #aefcae

%29.00
%42.00
%29.00

CMYK Percentages of Color #aefcae

%31
%0
%31
%1

Triadic Colors of #aefcae

#aefcae #aeaefc #fcaeae

Analogous Colors of #aefcae

#aefcae #aefcd5 #d5fcae

Monochromatic Colors of #aefcae

#aefcae

Complementary Color

#aefcae #fcaefc

#aefcae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aefcae Color Preview on White Background

Lorem ipsum dolor sit amet.

#aefcae Color CSS Codes

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

#aefcae Text Font Color

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

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


#aefcae Background Color

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

This div background color is #aefcae


#aefcae Border Color

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

This div border color is #aefcae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aefcae


Comments

No comments written yet.

Please login to write comment.