Color Hex Logo

#afcd5d Color Hex

#AFCD5D
(175,205,93)
0 Favorites   0 Comments

Color spaces of #afcd5d

RGB 17520593
HSL0.210.530.58
HSV76°55°80°
CMYK 0.150.000.55   0.20
XYZ41.486353.566918.5088
Yxy53.56690.36530.4717
Hunter Lab73.1894-26.901536.2388
CIE-Lab78.2085-26.792251.6379

#afcd5d color RGB value is (175,205,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001101 01011101
Octal 257 315 135
Decimal 175 205 93
Hex AF CD 5D

RGB Percentages of Color #afcd5d

%37.00
%43.34
%19.66

CMYK Percentages of Color #afcd5d

%15
%0
%55
%20

Triadic Colors of #afcd5d

#afcd5d #5dafcd #cd5daf

Analogous Colors of #afcd5d

#afcd5d #77cd5d #cdb35d

Monochromatic Colors of #afcd5d

#afcd5d

Complementary Color

#afcd5d #7b5dcd

#afcd5d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afcd5d Color Preview on White Background

Lorem ipsum dolor sit amet.

#afcd5d Color CSS Codes

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

#afcd5d Text Font Color

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

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


#afcd5d Background Color

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

This div background color is #afcd5d


#afcd5d Border Color

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

This div border color is #afcd5d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afcd5d


Comments

No comments written yet.

Please login to write comment.