Color Hex Logo

#afec84 Color Hex

#AFEC84
(175,236,132)
0 Favorites   0 Comments

Color spaces of #afec84

RGB 175236132
HSL0.260.730.72
HSV95°44°93°
CMYK 0.260.000.44   0.07
XYZ51.839570.770832.7577
Yxy70.77080.33370.4555
Hunter Lab84.1254-37.224735.8008
CIE-Lab87.3735-37.057944.2170

#afec84 color RGB value is (175,236,132).

#afec84 hex color red value is 175, green value is 236 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #afec84 hue: 0.26 , saturation: 0.73 and the lightness value of afec84 is 0.72.

The process color (four color CMYK) of #afec84 color hex is 0.26, 0.00, 0.44, 0.07. Web safe color of #afec84 is #99ff99. Color #afec84 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101100 10000100
Octal 257 354 204
Decimal 175 236 132
Hex AF EC 84

RGB Percentages of Color #afec84

%32.23
%43.46
%24.31

CMYK Percentages of Color #afec84

%26
%0
%44
%7

Triadic Colors of #afec84

#afec84 #84afec #ec84af

Analogous Colors of #afec84

#afec84 #84ec8d #e3ec84

Monochromatic Colors of #afec84

#afec84

Complementary Color

#afec84 #c184ec

#afec84 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afec84 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afec84 Color CSS Codes

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

#afec84 Text Font Color

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

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


#afec84 Background Color

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

This div background color is #afec84


#afec84 Border Color

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

This div border color is #afec84


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afec84


Comments

No comments written yet.

Please login to write comment.