Color Hex Logo

#afd14b Color Hex

#AFD14B
(175,209,75)
0 Favorites   0 Comments

Color spaces of #afd14b

RGB 17520975
HSL0.210.590.56
HSV75°64°82°
CMYK 0.160.000.64   0.18
XYZ41.749755.222915.1153
Yxy55.22290.37250.4927
Hunter Lab74.3121-29.762139.9587
CIE-Lab79.1695-30.133360.5277

#afd14b color RGB value is (175,209,75).

#afd14b hex color red value is 175, green value is 209 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #afd14b hue: 0.21 , saturation: 0.59 and the lightness value of afd14b is 0.56.

The process color (four color CMYK) of #afd14b color hex is 0.16, 0.00, 0.64, 0.18. Web safe color of #afd14b is #99cc33. Color #afd14b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11010001 01001011
Octal 257 321 113
Decimal 175 209 75
Hex AF D1 4B

RGB Percentages of Color #afd14b

%38.13
%45.53
%16.34

CMYK Percentages of Color #afd14b

%16
%0
%64
%18

Triadic Colors of #afd14b

#afd14b #4bafd1 #d14baf

Analogous Colors of #afd14b

#afd14b #6cd14b #d1b04b

Monochromatic Colors of #afd14b

#afd14b

Complementary Color

#afd14b #6d4bd1

#afd14b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd14b Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd14b Color CSS Codes

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

#afd14b Text Font Color

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

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


#afd14b Background Color

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

This div background color is #afd14b


#afd14b Border Color

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

This div border color is #afd14b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd14b


Comments

No comments written yet.

Please login to write comment.