Color Hex Logo

#afe382 Color Hex

#AFE382
(175,227,130)
0 Favorites   0 Comments

Color spaces of #afe382

RGB 175227130
HSL0.260.630.70
HSV92°43°89°
CMYK 0.230.000.43   0.11
XYZ49.177565.663831.2016
Yxy65.66380.33670.4496
Hunter Lab81.0332-33.479933.8938
CIE-Lab84.8246-33.187141.9789

#afe382 color RGB value is (175,227,130).

#afe382 hex color red value is 175, green value is 227 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #afe382 hue: 0.26 , saturation: 0.63 and the lightness value of afe382 is 0.70.

The process color (four color CMYK) of #afe382 color hex is 0.23, 0.00, 0.43, 0.11. Web safe color of #afe382 is #99cc99. Color #afe382 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11100011 10000010
Octal 257 343 202
Decimal 175 227 130
Hex AF E3 82

RGB Percentages of Color #afe382

%32.89
%42.67
%24.44

CMYK Percentages of Color #afe382

%23
%0
%43
%11

Triadic Colors of #afe382

#afe382 #82afe3 #e382af

Analogous Colors of #afe382

#afe382 #82e386 #e0e382

Monochromatic Colors of #afe382

#afe382

Complementary Color

#afe382 #b682e3

#afe382 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe382 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe382 Color CSS Codes

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

#afe382 Text Font Color

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

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


#afe382 Background Color

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

This div background color is #afe382


#afe382 Border Color

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

This div border color is #afe382


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe382


Comments

No comments written yet.

Please login to write comment.