Color Hex Logo

#afe541 Color Hex

#AFE541
(175,229,65)
0 Favorites   0 Comments

Color spaces of #afe541

RGB 17522965
HSL0.220.760.58
HSV80°72°90°
CMYK 0.240.000.72   0.10
XYZ46.652665.534215.1915
Yxy65.53420.36630.5145
Hunter Lab80.9532-38.800145.5410
CIE-Lab84.7583-39.891769.9897

#afe541 color RGB value is (175,229,65).

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

The process color (four color CMYK) of #afe541 color hex is 0.24, 0.00, 0.72, 0.10. Web safe color of #afe541 is #99cc33. Color #afe541 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11100101 01000001
Octal 257 345 101
Decimal 175 229 65
Hex AF E5 41

RGB Percentages of Color #afe541

%37.31
%48.83
%13.86

CMYK Percentages of Color #afe541

%24
%0
%72
%10

Triadic Colors of #afe541

#afe541 #41afe5 #e541af

Analogous Colors of #afe541

#afe541 #5de541 #e5c941

Monochromatic Colors of #afe541

#afe541

Complementary Color

#afe541 #7741e5

#afe541 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe541 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe541 Color CSS Codes

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

#afe541 Text Font Color

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

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


#afe541 Background Color

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

This div background color is #afe541


#afe541 Border Color

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

This div border color is #afe541


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe541


Comments

No comments written yet.

Please login to write comment.