Color Hex Logo

#afdd58 Color Hex

#AFDD58
(175,221,88)
0 Favorites   0 Comments

Color spaces of #afdd58

RGB 17522188
HSL0.220.660.61
HSV81°60°87°
CMYK 0.210.000.60   0.13
XYZ45.297161.531418.7219
Yxy61.53140.36080.4901
Hunter Lab78.4420-34.196840.7585
CIE-Lab82.6636-34.720558.8955

#afdd58 color RGB value is (175,221,88).

#afdd58 hex color red value is 175, green value is 221 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #afdd58 hue: 0.22 , saturation: 0.66 and the lightness value of afdd58 is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011101 01011000
Octal 257 335 130
Decimal 175 221 88
Hex AF DD 58

RGB Percentages of Color #afdd58

%36.16
%45.66
%18.18

CMYK Percentages of Color #afdd58

%21
%0
%60
%13

Triadic Colors of #afdd58

#afdd58 #58afdd #dd58af

Analogous Colors of #afdd58

#afdd58 #6ddd58 #ddc958

Monochromatic Colors of #afdd58

#afdd58

Complementary Color

#afdd58 #8658dd

#afdd58 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afdd58 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afdd58 Color CSS Codes

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

#afdd58 Text Font Color

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

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


#afdd58 Background Color

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

This div background color is #afdd58


#afdd58 Border Color

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

This div border color is #afdd58


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afdd58


Comments

No comments written yet.

Please login to write comment.