Color Hex Logo

#afd04b Color Hex

#AFD04B
(175,208,75)
0 Favorites   0 Comments

Color spaces of #afd04b

RGB 17520875
HSL0.210.590.55
HSV75°64°82°
CMYK 0.160.000.64   0.18
XYZ41.505154.733715.0337
Yxy54.73370.37300.4919
Hunter Lab73.9822-29.327839.7394
CIE-Lab78.8876-29.662160.2284

#afd04b color RGB value is (175,208,75).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11010000 01001011
Octal 257 320 113
Decimal 175 208 75
Hex AF D0 4B

RGB Percentages of Color #afd04b

%38.21
%45.41
%16.38

CMYK Percentages of Color #afd04b

%16
%0
%64
%18

Triadic Colors of #afd04b

#afd04b #4bafd0 #d04baf

Analogous Colors of #afd04b

#afd04b #6dd04b #d0af4b

Monochromatic Colors of #afd04b

#afd04b

Complementary Color

#afd04b #6c4bd0

#afd04b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd04b Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd04b Color CSS Codes

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

#afd04b Text Font Color

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

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


#afd04b Background Color

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

This div background color is #afd04b


#afd04b Border Color

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

This div border color is #afd04b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd04b


Comments

No comments written yet.

Please login to write comment.