Color Hex Logo

#afe035 Color Hex

#AFE035
(175,224,53)
0 Favorites   0 Comments

Color spaces of #afe035

RGB 17522453
HSL0.210.730.54
HSV77°76°88°
CMYK 0.220.000.76   0.12
XYZ44.977562.682313.0965
Yxy62.68230.37250.5191
Hunter Lab79.1722-37.145945.6129
CIE-Lab83.2749-38.276372.4384

#afe035 color RGB value is (175,224,53).

#afe035 hex color red value is 175, green value is 224 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #afe035 hue: 0.21 , saturation: 0.73 and the lightness value of afe035 is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11100000 00110101
Octal 257 340 65
Decimal 175 224 53
Hex AF E0 35

RGB Percentages of Color #afe035

%38.72
%49.56
%11.73

CMYK Percentages of Color #afe035

%22
%0
%76
%12

Triadic Colors of #afe035

#afe035 #35afe0 #e035af

Analogous Colors of #afe035

#afe035 #5ae035 #e0bc35

Monochromatic Colors of #afe035

#afe035

Complementary Color

#afe035 #6635e0

#afe035 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe035 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe035 Color CSS Codes

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

#afe035 Text Font Color

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

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


#afe035 Background Color

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

This div background color is #afe035


#afe035 Border Color

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

This div border color is #afe035


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe035


Comments

No comments written yet.

Please login to write comment.