Color Hex Logo

#aefcaf Color Hex

#AEFCAF
(174,252,175)
0 Favorites   0 Comments

Color spaces of #aefcaf

RGB 174252175
HSL0.340.930.84
HSV121°31°99°
CMYK 0.310.000.31   0.01
XYZ60.003881.714653.1674
Yxy81.71460.30790.4193
Hunter Lab90.3961-39.707228.4053
CIE-Lab92.4487-38.524429.4886

#aefcaf color RGB value is (174,252,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111100 10101111
Octal 256 374 257
Decimal 174 252 175
Hex AE FC AF

RGB Percentages of Color #aefcaf

%28.95
%41.93
%29.12

CMYK Percentages of Color #aefcaf

%31
%0
%31
%1

Triadic Colors of #aefcaf

#aefcaf #afaefc #fcafae

Analogous Colors of #aefcaf

#aefcaf #aefcd6 #d4fcae

Monochromatic Colors of #aefcaf

#aefcaf

Complementary Color

#aefcaf #fcaefb

#aefcaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aefcaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#aefcaf Color CSS Codes

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

#aefcaf Text Font Color

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

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


#aefcaf Background Color

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

This div background color is #aefcaf


#aefcaf Border Color

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

This div border color is #aefcaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aefcaf

Related Colors


Comments

No comments written yet.

Please login to write comment.