Color Hex Logo

#afea35 Color Hex

#AFEA35
(175,234,53)
0 Favorites   0 Comments

Color spaces of #afea35

RGB 17523453
HSL0.220.810.56
HSV80°77°92°
CMYK 0.250.000.77   0.08
XYZ47.744668.216614.0189
Yxy68.21660.36730.5248
Hunter Lab82.5933-41.353147.7518
CIE-Lab86.1146-42.684675.0690

#afea35 color RGB value is (175,234,53).

#afea35 hex color red value is 175, green value is 234 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #afea35 hue: 0.22 , saturation: 0.81 and the lightness value of afea35 is 0.56.

The process color (four color CMYK) of #afea35 color hex is 0.25, 0.00, 0.77, 0.08. Web safe color of #afea35 is #99ff33. Color #afea35 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101010 00110101
Octal 257 352 65
Decimal 175 234 53
Hex AF EA 35

RGB Percentages of Color #afea35

%37.88
%50.65
%11.47

CMYK Percentages of Color #afea35

%25
%0
%77
%8

Triadic Colors of #afea35

#afea35 #35afea #ea35af

Analogous Colors of #afea35

#afea35 #55ea35 #eacb35

Monochromatic Colors of #afea35

#afea35

Complementary Color

#afea35 #7035ea

#afea35 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afea35 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afea35 Color CSS Codes

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

#afea35 Text Font Color

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

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


#afea35 Background Color

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

This div background color is #afea35


#afea35 Border Color

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

This div border color is #afea35


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afea35


Comments

No comments written yet.

Please login to write comment.