Color Hex Logo

#afea59 Color Hex

#AFEA59
(175,234,89)
0 Favorites   0 Comments

Color spaces of #afea59

RGB 17523489
HSL0.230.780.63
HSV84°62°92°
CMYK 0.250.000.62   0.08
XYZ48.905268.680920.1304
Yxy68.68090.35510.4987
Hunter Lab82.8739-39.693843.6100
CIE-Lab86.3458-40.486162.5223

#afea59 color RGB value is (175,234,89).

#afea59 hex color red value is 175, green value is 234 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #afea59 hue: 0.23 , saturation: 0.78 and the lightness value of afea59 is 0.63.

The process color (four color CMYK) of #afea59 color hex is 0.25, 0.00, 0.62, 0.08. Web safe color of #afea59 is #99ff66. Color #afea59 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101010 01011001
Octal 257 352 131
Decimal 175 234 89
Hex AF EA 59

RGB Percentages of Color #afea59

%35.14
%46.99
%17.87

CMYK Percentages of Color #afea59

%25
%0
%62
%8

Triadic Colors of #afea59

#afea59 #59afea #ea59af

Analogous Colors of #afea59

#afea59 #67ea59 #eadd59

Monochromatic Colors of #afea59

#afea59

Complementary Color

#afea59 #9459ea

#afea59 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afea59 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afea59 Color CSS Codes

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

#afea59 Text Font Color

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

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


#afea59 Background Color

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

This div background color is #afea59


#afea59 Border Color

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

This div border color is #afea59


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afea59


Comments

No comments written yet.

Please login to write comment.