Color Hex Logo

#afea24 Color Hex

#AFEA24
(175,234,36)
0 Favorites   0 Comments

Color spaces of #afea24

RGB 17523436
HSL0.220.830.53
HSV78°85°92°
CMYK 0.250.000.85   0.08
XYZ47.420568.087012.3118
Yxy68.08700.37100.5327
Hunter Lab82.5148-41.818748.9139
CIE-Lab86.0499-43.307079.2354

#afea24 color RGB value is (175,234,36).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101010 00100100
Octal 257 352 44
Decimal 175 234 36
Hex AF EA 24

RGB Percentages of Color #afea24

%39.33
%52.58
%8.09

CMYK Percentages of Color #afea24

%25
%0
%85
%8

Triadic Colors of #afea24

#afea24 #24afea #ea24af

Analogous Colors of #afea24

#afea24 #4cea24 #eac224

Monochromatic Colors of #afea24

#afea24

Complementary Color

#afea24 #5f24ea

#afea24 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afea24 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afea24 Color CSS Codes

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

#afea24 Text Font Color

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

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


#afea24 Background Color

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

This div background color is #afea24


#afea24 Border Color

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

This div border color is #afea24


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afea24


Comments

No comments written yet.

Please login to write comment.