Color Hex Logo

#afd45c Color Hex

#AFD45C
(175,212,92)
0 Favorites   0 Comments

Color spaces of #afd45c

RGB 17521292
HSL0.220.580.60
HSV79°57°83°
CMYK 0.170.000.57   0.17
XYZ43.154456.973618.8477
Yxy56.97360.36270.4789
Hunter Lab75.4809-30.038338.0318
CIE-Lab80.1647-30.207554.3386

#afd45c color RGB value is (175,212,92).

#afd45c hex color red value is 175, green value is 212 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #afd45c hue: 0.22 , saturation: 0.58 and the lightness value of afd45c is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11010100 01011100
Octal 257 324 134
Decimal 175 212 92
Hex AF D4 5C

RGB Percentages of Color #afd45c

%36.53
%44.26
%19.21

CMYK Percentages of Color #afd45c

%17
%0
%57
%17

Triadic Colors of #afd45c

#afd45c #5cafd4 #d45caf

Analogous Colors of #afd45c

#afd45c #73d45c #d4bd5c

Monochromatic Colors of #afd45c

#afd45c

Complementary Color

#afd45c #815cd4

#afd45c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd45c Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd45c Color CSS Codes

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

#afd45c Text Font Color

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

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


#afd45c Background Color

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

This div background color is #afd45c


#afd45c Border Color

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

This div border color is #afd45c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd45c


Comments

No comments written yet.

Please login to write comment.