Color Hex Logo

#afd12f Color Hex

#AFD12F
(175,209,47)
0 Favorites   0 Comments

Color spaces of #afd12f

RGB 17520947
HSL0.200.640.50
HSV73°78°82°
CMYK 0.160.000.78   0.18
XYZ40.992854.920111.1294
Yxy54.92010.38300.5131
Hunter Lab74.1081-30.952142.9716
CIE-Lab78.9952-31.693170.2729

#afd12f color RGB value is (175,209,47).

#afd12f hex color red value is 175, green value is 209 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #afd12f hue: 0.20 , saturation: 0.64 and the lightness value of afd12f is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11010001 00101111
Octal 257 321 57
Decimal 175 209 47
Hex AF D1 2F

RGB Percentages of Color #afd12f

%40.60
%48.49
%10.90

CMYK Percentages of Color #afd12f

%16
%0
%78
%18

Triadic Colors of #afd12f

#afd12f #2fafd1 #d12faf

Analogous Colors of #afd12f

#afd12f #5ed12f #d1a22f

Monochromatic Colors of #afd12f

#afd12f

Complementary Color

#afd12f #512fd1

#afd12f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd12f Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd12f Color CSS Codes

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

#afd12f Text Font Color

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

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


#afd12f Background Color

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

This div background color is #afd12f


#afd12f Border Color

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

This div border color is #afd12f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd12f


Comments

No comments written yet.

Please login to write comment.