Color Hex Logo

#afcd70 Color Hex

#AFCD70
(175,205,112)
0 Favorites   0 Comments

Color spaces of #afcd70

RGB 175205112
HSL0.220.480.62
HSV79°45°80°
CMYK 0.150.000.45   0.20
XYZ42.435153.946523.5054
Yxy53.94650.35400.4500
Hunter Lab73.4483-25.405332.4394
CIE-Lab78.4305-24.879542.8339

#afcd70 color RGB value is (175,205,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001101 01110000
Octal 257 315 160
Decimal 175 205 112
Hex AF CD 70

RGB Percentages of Color #afcd70

%35.57
%41.67
%22.76

CMYK Percentages of Color #afcd70

%15
%0
%45
%20

Triadic Colors of #afcd70

#afcd70 #70afcd #cd70af

Analogous Colors of #afcd70

#afcd70 #81cd70 #cdbd70

Monochromatic Colors of #afcd70

#afcd70

Complementary Color

#afcd70 #8e70cd

#afcd70 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afcd70 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afcd70 Color CSS Codes

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

#afcd70 Text Font Color

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

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


#afcd70 Background Color

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

This div background color is #afcd70


#afcd70 Border Color

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

This div border color is #afcd70


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afcd70


Comments

No comments written yet.

Please login to write comment.