Color Hex Logo

#afdb3d Color Hex

#AFDB3D
(175,219,61)
0 Favorites   0 Comments

Color spaces of #afdb3d

RGB 17521961
HSL0.210.690.55
HSV77°72°86°
CMYK 0.200.000.72   0.14
XYZ43.853060.113913.7067
Yxy60.11390.37270.5109
Hunter Lab77.5332-34.722843.7916
CIE-Lab81.9001-35.624768.5579

#afdb3d color RGB value is (175,219,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011011 00111101
Octal 257 333 75
Decimal 175 219 61
Hex AF DB 3D

RGB Percentages of Color #afdb3d

%38.46
%48.13
%13.41

CMYK Percentages of Color #afdb3d

%20
%0
%72
%14

Triadic Colors of #afdb3d

#afdb3d #3dafdb #db3daf

Analogous Colors of #afdb3d

#afdb3d #60db3d #dbb83d

Monochromatic Colors of #afdb3d

#afdb3d

Complementary Color

#afdb3d #693ddb

#afdb3d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afdb3d Color Preview on White Background

Lorem ipsum dolor sit amet.

#afdb3d Color CSS Codes

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

#afdb3d Text Font Color

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

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


#afdb3d Background Color

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

This div background color is #afdb3d


#afdb3d Border Color

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

This div border color is #afdb3d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afdb3d


Comments

No comments written yet.

Please login to write comment.