Color Hex Logo

#afd153 Color Hex

#AFD153
(175,209,83)
0 Favorites   0 Comments

Color spaces of #afd153

RGB 17520983
HSL0.210.580.57
HSV76°60°82°
CMYK 0.160.000.60   0.18
XYZ42.041055.339416.6494
Yxy55.33940.36870.4853
Hunter Lab74.3905-29.305938.8036
CIE-Lab79.2364-29.539757.2518

#afd153 color RGB value is (175,209,83).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11010001 01010011
Octal 257 321 123
Decimal 175 209 83
Hex AF D1 53

RGB Percentages of Color #afd153

%37.47
%44.75
%17.77

CMYK Percentages of Color #afd153

%16
%0
%60
%18

Triadic Colors of #afd153

#afd153 #53afd1 #d153af

Analogous Colors of #afd153

#afd153 #70d153 #d1b453

Monochromatic Colors of #afd153

#afd153

Complementary Color

#afd153 #7553d1

#afd153 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd153 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd153 Color CSS Codes

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

#afd153 Text Font Color

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

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


#afd153 Background Color

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

This div background color is #afd153


#afd153 Border Color

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

This div border color is #afd153


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,209,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 #afd153">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd153


Comments

No comments written yet.

Please login to write comment.