Color Hex Logo

#afcd72 Color Hex

#AFCD72
(175,205,114)
0 Favorites   0 Comments

Color spaces of #afcd72

RGB 175205114
HSL0.220.480.63
HSV80°44°80°
CMYK 0.150.000.44   0.20
XYZ42.547853.991524.0985
Yxy53.99150.35270.4476
Hunter Lab73.4789-25.228131.9902
CIE-Lab78.4568-24.654741.8784

#afcd72 color RGB value is (175,205,114).

#afcd72 hex color red value is 175, green value is 205 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #afcd72 hue: 0.22 , saturation: 0.48 and the lightness value of afcd72 is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001101 01110010
Octal 257 315 162
Decimal 175 205 114
Hex AF CD 72

RGB Percentages of Color #afcd72

%35.43
%41.50
%23.08

CMYK Percentages of Color #afcd72

%15
%0
%44
%20

Triadic Colors of #afcd72

#afcd72 #72afcd #cd72af

Analogous Colors of #afcd72

#afcd72 #82cd72 #cdbe72

Monochromatic Colors of #afcd72

#afcd72

Complementary Color

#afcd72 #9072cd

#afcd72 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afcd72 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afcd72 Color CSS Codes

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

#afcd72 Text Font Color

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

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


#afcd72 Background Color

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

This div background color is #afcd72


#afcd72 Border Color

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

This div border color is #afcd72


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afcd72


Comments

No comments written yet.

Please login to write comment.