Color Hex Logo

#afe443 Color Hex

#AFE443
(175,228,67)
0 Favorites   0 Comments

Color spaces of #afe443

RGB 17522867
HSL0.220.750.58
HSV80°71°89°
CMYK 0.230.000.71   0.11
XYZ46.435765.006015.4102
Yxy65.00600.36610.5125
Hunter Lab80.6263-38.291245.1062
CIE-Lab84.4868-39.333969.0264

#afe443 color RGB value is (175,228,67).

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

The process color (four color CMYK) of #afe443 color hex is 0.23, 0.00, 0.71, 0.11. Web safe color of #afe443 is #99cc33. Color #afe443 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11100100 01000011
Octal 257 344 103
Decimal 175 228 67
Hex AF E4 43

RGB Percentages of Color #afe443

%37.23
%48.51
%14.26

CMYK Percentages of Color #afe443

%23
%0
%71
%11

Triadic Colors of #afe443

#afe443 #43afe4 #e443af

Analogous Colors of #afe443

#afe443 #5fe443 #e4c943

Monochromatic Colors of #afe443

#afe443

Complementary Color

#afe443 #7843e4

#afe443 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe443 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe443 Color CSS Codes

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

#afe443 Text Font Color

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

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


#afe443 Background Color

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

This div background color is #afe443


#afe443 Border Color

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

This div border color is #afe443


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,228,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 #afe443">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe443


Comments

No comments written yet.

Please login to write comment.