Color Hex Logo

#afd226 Color Hex

#AFD226
(175,210,38)
0 Favorites   0 Comments

Color spaces of #afd226

RGB 17521038
HSL0.200.690.49
HSV72°82°82°
CMYK 0.170.000.82   0.18
XYZ41.075655.347110.3519
Yxy55.34710.38470.5184
Hunter Lab74.3956-31.638343.8269
CIE-Lab79.2408-32.497472.9266

#afd226 color RGB value is (175,210,38).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11010010 00100110
Octal 257 322 46
Decimal 175 210 38
Hex AF D2 26

RGB Percentages of Color #afd226

%41.37
%49.65
%8.98

CMYK Percentages of Color #afd226

%17
%0
%82
%18

Triadic Colors of #afd226

#afd226 #26afd2 #d226af

Analogous Colors of #afd226

#afd226 #59d226 #d29f26

Monochromatic Colors of #afd226

#afd226

Complementary Color

#afd226 #4926d2

#afd226 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd226 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd226 Color CSS Codes

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

#afd226 Text Font Color

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

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


#afd226 Background Color

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

This div background color is #afd226


#afd226 Border Color

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

This div border color is #afd226


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd226


Comments

No comments written yet.

Please login to write comment.