Color Hex Logo

#afd228 Color Hex

#AFD228
(175,210,40)
0 Favorites   0 Comments

Color spaces of #afd228

RGB 17521040
HSL0.200.680.49
HSV72°81°82°
CMYK 0.170.000.81   0.18
XYZ41.108855.360310.5264
Yxy55.36030.38420.5174
Hunter Lab74.4045-31.585943.6951
CIE-Lab79.2484-32.428272.4296

#afd228 color RGB value is (175,210,40).

#afd228 hex color red value is 175, green value is 210 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #afd228 hue: 0.20 , saturation: 0.68 and the lightness value of afd228 is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11010010 00101000
Octal 257 322 50
Decimal 175 210 40
Hex AF D2 28

RGB Percentages of Color #afd228

%41.18
%49.41
%9.41

CMYK Percentages of Color #afd228

%17
%0
%81
%18

Triadic Colors of #afd228

#afd228 #28afd2 #d228af

Analogous Colors of #afd228

#afd228 #5ad228 #d2a028

Monochromatic Colors of #afd228

#afd228

Complementary Color

#afd228 #4b28d2

#afd228 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd228 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd228 Color CSS Codes

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

#afd228 Text Font Color

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

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


#afd228 Background Color

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

This div background color is #afd228


#afd228 Border Color

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

This div border color is #afd228


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd228


Comments

No comments written yet.

Please login to write comment.