Color Hex Logo

#afe083 Color Hex

#AFE083
(175,224,131)
0 Favorites   0 Comments

Color spaces of #afe083

RGB 175224131
HSL0.250.600.70
HSV92°42°88°
CMYK 0.220.000.42   0.12
XYZ48.431664.064031.2857
Yxy64.06400.33680.4456
Hunter Lab80.0400-32.061032.8530
CIE-Lab83.9991-31.668540.4371

#afe083 color RGB value is (175,224,131).

#afe083 hex color red value is 175, green value is 224 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #afe083 hue: 0.25 , saturation: 0.60 and the lightness value of afe083 is 0.70.

The process color (four color CMYK) of #afe083 color hex is 0.22, 0.00, 0.42, 0.12. Web safe color of #afe083 is #99cc99. Color #afe083 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11100000 10000011
Octal 257 340 203
Decimal 175 224 131
Hex AF E0 83

RGB Percentages of Color #afe083

%33.02
%42.26
%24.72

CMYK Percentages of Color #afe083

%22
%0
%42
%12

Triadic Colors of #afe083

#afe083 #83afe0 #e083af

Analogous Colors of #afe083

#afe083 #83e086 #dee083

Monochromatic Colors of #afe083

#afe083

Complementary Color

#afe083 #b483e0

#afe083 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe083 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe083 Color CSS Codes

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

#afe083 Text Font Color

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

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


#afe083 Background Color

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

This div background color is #afe083


#afe083 Border Color

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

This div border color is #afe083


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe083


Comments

No comments written yet.

Please login to write comment.