Color Hex Logo

#afd63d Color Hex

#AFD63D
(175,214,61)
0 Favorites   0 Comments

Color spaces of #afd63d

RGB 17521461
HSL0.210.650.54
HSV75°71°84°
CMYK 0.180.000.71   0.16
XYZ42.568157.544013.2784
Yxy57.54400.37540.5075
Hunter Lab75.8578-32.584642.7221
CIE-Lab80.4846-33.334567.1725

#afd63d color RGB value is (175,214,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11010110 00111101
Octal 257 326 75
Decimal 175 214 61
Hex AF D6 3D

RGB Percentages of Color #afd63d

%38.89
%47.56
%13.56

CMYK Percentages of Color #afd63d

%18
%0
%71
%16

Triadic Colors of #afd63d

#afd63d #3dafd6 #d63daf

Analogous Colors of #afd63d

#afd63d #63d63d #d6b13d

Monochromatic Colors of #afd63d

#afd63d

Complementary Color

#afd63d #643dd6

#afd63d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd63d Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd63d Color CSS Codes

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

#afd63d Text Font Color

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

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


#afd63d Background Color

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

This div background color is #afd63d


#afd63d Border Color

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

This div border color is #afd63d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd63d


Comments

No comments written yet.

Please login to write comment.