Color Hex Logo

#afda52 Color Hex

#AFDA52
(175,218,82)
0 Favorites   0 Comments

Color spaces of #afda52

RGB 17521882
HSL0.220.650.59
HSV79°62°85°
CMYK 0.200.000.62   0.15
XYZ44.273659.866017.2045
Yxy59.86600.36490.4934
Hunter Lab77.3731-33.263640.9776
CIE-Lab81.7653-33.812560.4364

#afda52 color RGB value is (175,218,82).

#afda52 hex color red value is 175, green value is 218 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #afda52 hue: 0.22 , saturation: 0.65 and the lightness value of afda52 is 0.59.

The process color (four color CMYK) of #afda52 color hex is 0.20, 0.00, 0.62, 0.15. Web safe color of #afda52 is #99cc66. Color #afda52 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011010 01010010
Octal 257 332 122
Decimal 175 218 82
Hex AF DA 52

RGB Percentages of Color #afda52

%36.84
%45.89
%17.26

CMYK Percentages of Color #afda52

%20
%0
%62
%15

Triadic Colors of #afda52

#afda52 #52afda #da52af

Analogous Colors of #afda52

#afda52 #6bda52 #dac152

Monochromatic Colors of #afda52

#afda52

Complementary Color

#afda52 #7d52da

#afda52 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afda52 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afda52 Color CSS Codes

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

#afda52 Text Font Color

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

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


#afda52 Background Color

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

This div background color is #afda52


#afda52 Border Color

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

This div border color is #afda52


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afda52


Comments

No comments written yet.

Please login to write comment.