Color Hex Logo

#afdd60 Color Hex

#AFDD60
(175,221,96)
0 Favorites   0 Comments

Color spaces of #afdd60

RGB 17522196
HSL0.230.650.62
HSV82°57°87°
CMYK 0.210.000.57   0.13
XYZ45.647061.671420.5643
Yxy61.67140.35690.4822
Hunter Lab78.5311-33.674639.4460
CIE-Lab82.7384-34.039755.4898

#afdd60 color RGB value is (175,221,96).

#afdd60 hex color red value is 175, green value is 221 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #afdd60 hue: 0.23 , saturation: 0.65 and the lightness value of afdd60 is 0.62.

The process color (four color CMYK) of #afdd60 color hex is 0.21, 0.00, 0.57, 0.13. Web safe color of #afdd60 is #99cc66. Color #afdd60 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011101 01100000
Octal 257 335 140
Decimal 175 221 96
Hex AF DD 60

RGB Percentages of Color #afdd60

%35.57
%44.92
%19.51

CMYK Percentages of Color #afdd60

%21
%0
%57
%13

Triadic Colors of #afdd60

#afdd60 #60afdd #dd60af

Analogous Colors of #afdd60

#afdd60 #71dd60 #ddcd60

Monochromatic Colors of #afdd60

#afdd60

Complementary Color

#afdd60 #8e60dd

#afdd60 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afdd60 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afdd60 Color CSS Codes

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

#afdd60 Text Font Color

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

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


#afdd60 Background Color

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

This div background color is #afdd60


#afdd60 Border Color

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

This div border color is #afdd60


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afdd60


Comments

No comments written yet.

Please login to write comment.