Color Hex Logo

#afe84b Color Hex

#AFE84B
(175,232,75)
0 Favorites   0 Comments

Color spaces of #afe84b

RGB 17523275
HSL0.230.770.60
HSV82°68°91°
CMYK 0.250.000.68   0.09
XYZ47.805867.335217.1340
Yxy67.33520.36140.5091
Hunter Lab82.0580-39.610145.0607
CIE-Lab85.6729-40.610967.3216

#afe84b color RGB value is (175,232,75).

#afe84b hex color red value is 175, green value is 232 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #afe84b hue: 0.23 , saturation: 0.77 and the lightness value of afe84b is 0.60.

The process color (four color CMYK) of #afe84b color hex is 0.25, 0.00, 0.68, 0.09. Web safe color of #afe84b is #99ff33. Color #afe84b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101000 01001011
Octal 257 350 113
Decimal 175 232 75
Hex AF E8 4B

RGB Percentages of Color #afe84b

%36.31
%48.13
%15.56

CMYK Percentages of Color #afe84b

%25
%0
%68
%9

Triadic Colors of #afe84b

#afe84b #4bafe8 #e84baf

Analogous Colors of #afe84b

#afe84b #61e84b #e8d34b

Monochromatic Colors of #afe84b

#afe84b

Complementary Color

#afe84b #844be8

#afe84b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe84b Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe84b Color CSS Codes

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

#afe84b Text Font Color

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

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


#afe84b Background Color

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

This div background color is #afe84b


#afe84b Border Color

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

This div border color is #afe84b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe84b


Comments

No comments written yet.

Please login to write comment.