Color Hex Logo

#afe143 Color Hex

#AFE143
(175,225,67)
0 Favorites   0 Comments

Color spaces of #afe143

RGB 17522567
HSL0.220.720.57
HSV79°70°88°
CMYK 0.220.000.70   0.12
XYZ45.617563.369615.1375
Yxy63.36960.36750.5105
Hunter Lab79.6050-37.019744.4491
CIE-Lab83.6365-37.995268.1787

#afe143 color RGB value is (175,225,67).

#afe143 hex color red value is 175, green value is 225 and the blue value of its RGB is 67. Cylindrical-coordinate representations (also known as HSL) of color #afe143 hue: 0.22 , saturation: 0.72 and the lightness value of afe143 is 0.57.

The process color (four color CMYK) of #afe143 color hex is 0.22, 0.00, 0.70, 0.12. Web safe color of #afe143 is #99cc33. Color #afe143 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11100001 01000011
Octal 257 341 103
Decimal 175 225 67
Hex AF E1 43

RGB Percentages of Color #afe143

%37.47
%48.18
%14.35

CMYK Percentages of Color #afe143

%22
%0
%70
%12

Triadic Colors of #afe143

#afe143 #43afe1 #e143af

Analogous Colors of #afe143

#afe143 #60e143 #e1c443

Monochromatic Colors of #afe143

#afe143

Complementary Color

#afe143 #7543e1

#afe143 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe143 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe143 Color CSS Codes

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

#afe143 Text Font Color

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

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


#afe143 Background Color

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

This div background color is #afe143


#afe143 Border Color

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

This div border color is #afe143


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe143


Comments

No comments written yet.

Please login to write comment.