Color Hex Logo

#afd053 Color Hex

#AFD053
(175,208,83)
0 Favorites   0 Comments

Color spaces of #afd053

RGB 17520883
HSL0.210.570.57
HSV76°60°82°
CMYK 0.160.000.60   0.18
XYZ41.796454.850216.5679
Yxy54.85020.36920.4845
Hunter Lab74.0609-28.869838.5791
CIE-Lab78.9549-29.066756.9413

#afd053 color RGB value is (175,208,83).

#afd053 hex color red value is 175, green value is 208 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #afd053 hue: 0.21 , saturation: 0.57 and the lightness value of afd053 is 0.57.

The process color (four color CMYK) of #afd053 color hex is 0.16, 0.00, 0.60, 0.18. Web safe color of #afd053 is #99cc66. Color #afd053 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11010000 01010011
Octal 257 320 123
Decimal 175 208 83
Hex AF D0 53

RGB Percentages of Color #afd053

%37.55
%44.64
%17.81

CMYK Percentages of Color #afd053

%16
%0
%60
%18

Triadic Colors of #afd053

#afd053 #53afd0 #d053af

Analogous Colors of #afd053

#afd053 #71d053 #d0b353

Monochromatic Colors of #afd053

#afd053

Complementary Color

#afd053 #7453d0

#afd053 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd053 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd053 Color CSS Codes

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

#afd053 Text Font Color

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

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


#afd053 Background Color

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

This div background color is #afd053


#afd053 Border Color

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

This div border color is #afd053


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd053


Comments

No comments written yet.

Please login to write comment.