Color Hex Logo

#afd812 Color Hex

#AFD812
(175,216,18)
0 Favorites   0 Comments

Color spaces of #afd812

RGB 17521618
HSL0.200.850.46
HSV72°92°85°
CMYK 0.190.000.92   0.15
XYZ42.344258.26949.5876
Yxy58.26940.38420.5288
Hunter Lab76.3344-34.567745.9873
CIE-Lab80.8883-35.746678.0714

#afd812 color RGB value is (175,216,18).

#afd812 hex color red value is 175, green value is 216 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #afd812 hue: 0.20 , saturation: 0.85 and the lightness value of afd812 is 0.46.

The process color (four color CMYK) of #afd812 color hex is 0.19, 0.00, 0.92, 0.15. Web safe color of #afd812 is #99cc00. Color #afd812 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011000 00010010
Octal 257 330 22
Decimal 175 216 18
Hex AF D8 12

RGB Percentages of Color #afd812

%42.79
%52.81
%4.40

CMYK Percentages of Color #afd812

%19
%0
%92
%15

Triadic Colors of #afd812

#afd812 #12afd8 #d812af

Analogous Colors of #afd812

#afd812 #4cd812 #d89e12

Monochromatic Colors of #afd812

#afd812

Complementary Color

#afd812 #3b12d8

#afd812 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd812 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd812 Color CSS Codes

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

#afd812 Text Font Color

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

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


#afd812 Background Color

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

This div background color is #afd812


#afd812 Border Color

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

This div border color is #afd812


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd812


Comments

No comments written yet.

Please login to write comment.