Color Hex Logo

#afdb42 Color Hex

#AFDB42
(175,219,66)
0 Favorites   0 Comments

Color spaces of #afdb42

RGB 17521966
HSL0.210.680.56
HSV77°70°86°
CMYK 0.200.000.70   0.14
XYZ43.994160.170314.4496
Yxy60.17030.37090.5073
Hunter Lab77.5695-34.509143.2542
CIE-Lab81.9307-35.342766.8315

#afdb42 color RGB value is (175,219,66).

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

The process color (four color CMYK) of #afdb42 color hex is 0.20, 0.00, 0.70, 0.14. Web safe color of #afdb42 is #99cc33. Color #afdb42 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011011 01000010
Octal 257 333 102
Decimal 175 219 66
Hex AF DB 42

RGB Percentages of Color #afdb42

%38.04
%47.61
%14.35

CMYK Percentages of Color #afdb42

%20
%0
%70
%14

Triadic Colors of #afdb42

#afdb42 #42afdb #db42af

Analogous Colors of #afdb42

#afdb42 #63db42 #dbbb42

Monochromatic Colors of #afdb42

#afdb42

Complementary Color

#afdb42 #6e42db

#afdb42 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afdb42 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afdb42 Color CSS Codes

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

#afdb42 Text Font Color

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

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


#afdb42 Background Color

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

This div background color is #afdb42


#afdb42 Border Color

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

This div border color is #afdb42


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afdb42


Comments

No comments written yet.

Please login to write comment.