Color Hex Logo

#afea5b Color Hex

#AFEA5B
(175,234,91)
0 Favorites   0 Comments

Color spaces of #afea5b

RGB 17523491
HSL0.240.770.64
HSV85°61°92°
CMYK 0.250.000.61   0.08
XYZ48.990368.714920.5788
Yxy68.71490.35430.4969
Hunter Lab82.8945-39.572543.3072
CIE-Lab86.3627-40.326661.7117

#afea5b color RGB value is (175,234,91).

#afea5b hex color red value is 175, green value is 234 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #afea5b hue: 0.24 , saturation: 0.77 and the lightness value of afea5b is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101010 01011011
Octal 257 352 133
Decimal 175 234 91
Hex AF EA 5B

RGB Percentages of Color #afea5b

%35.00
%46.80
%18.20

CMYK Percentages of Color #afea5b

%25
%0
%61
%8

Triadic Colors of #afea5b

#afea5b #5bafea #ea5baf

Analogous Colors of #afea5b

#afea5b #68ea5b #eade5b

Monochromatic Colors of #afea5b

#afea5b

Complementary Color

#afea5b #965bea

#afea5b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afea5b Color Preview on White Background

Lorem ipsum dolor sit amet.

#afea5b Color CSS Codes

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

#afea5b Text Font Color

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

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


#afea5b Background Color

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

This div background color is #afea5b


#afea5b Border Color

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

This div border color is #afea5b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afea5b

#afea5b Color Palettes


Comments

No comments written yet.

Please login to write comment.