Color Hex Logo

#afdd35 Color Hex

#AFDD35
(175,221,53)
0 Favorites   0 Comments

Color spaces of #afdd35

RGB 17522153
HSL0.210.710.54
HSV76°76°87°
CMYK 0.210.000.76   0.13
XYZ44.178361.083912.8301
Yxy61.08390.37410.5173
Hunter Lab78.1562-35.875044.9763
CIE-Lab82.4238-36.929371.6450

#afdd35 color RGB value is (175,221,53).

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

The process color (four color CMYK) of #afdd35 color hex is 0.21, 0.00, 0.76, 0.13. Web safe color of #afdd35 is #99cc33. Color #afdd35 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011101 00110101
Octal 257 335 65
Decimal 175 221 53
Hex AF DD 35

RGB Percentages of Color #afdd35

%38.98
%49.22
%11.80

CMYK Percentages of Color #afdd35

%21
%0
%76
%13

Triadic Colors of #afdd35

#afdd35 #35afdd #dd35af

Analogous Colors of #afdd35

#afdd35 #5bdd35 #ddb735

Monochromatic Colors of #afdd35

#afdd35

Complementary Color

#afdd35 #6335dd

#afdd35 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afdd35 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afdd35 Color CSS Codes

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

#afdd35 Text Font Color

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

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


#afdd35 Background Color

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

This div background color is #afdd35


#afdd35 Border Color

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

This div border color is #afdd35


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afdd35


Comments

No comments written yet.

Please login to write comment.