Color Hex Logo

#afd33d Color Hex

#AFD33D
(175,211,61)
0 Favorites   0 Comments

Color spaces of #afd33d

RGB 17521161
HSL0.210.630.53
HSV74°71°83°
CMYK 0.170.000.71   0.17
XYZ41.815856.039413.0276
Yxy56.03940.37710.5054
Hunter Lab74.8595-31.295642.0835
CIE-Lab79.6362-31.944766.3382

#afd33d color RGB value is (175,211,61).

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

The process color (four color CMYK) of #afd33d color hex is 0.17, 0.00, 0.71, 0.17. Web safe color of #afd33d is #99cc33. Color #afd33d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11010011 00111101
Octal 257 323 75
Decimal 175 211 61
Hex AF D3 3D

RGB Percentages of Color #afd33d

%39.15
%47.20
%13.65

CMYK Percentages of Color #afd33d

%17
%0
%71
%17

Triadic Colors of #afd33d

#afd33d #3dafd3 #d33daf

Analogous Colors of #afd33d

#afd33d #64d33d #d3ac3d

Monochromatic Colors of #afd33d

#afd33d

Complementary Color

#afd33d #613dd3

#afd33d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd33d Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd33d Color CSS Codes

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

#afd33d Text Font Color

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

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


#afd33d Background Color

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

This div background color is #afd33d


#afd33d Border Color

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

This div border color is #afd33d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd33d


Comments

No comments written yet.

Please login to write comment.