Color Hex Logo

#afcf70 Color Hex

#AFCF70
(175,207,112)
0 Favorites   0 Comments

Color spaces of #afcf70

RGB 175207112
HSL0.220.500.63
HSV80°46°81°
CMYK 0.150.000.46   0.19
XYZ42.916654.909523.6659
Yxy54.90950.35320.4520
Hunter Lab74.1009-26.295932.9350
CIE-Lab78.9891-25.847343.5245

#afcf70 color RGB value is (175,207,112).

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

The process color (four color CMYK) of #afcf70 color hex is 0.15, 0.00, 0.46, 0.19. Web safe color of #afcf70 is #99cc66. Color #afcf70 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001111 01110000
Octal 257 317 160
Decimal 175 207 112
Hex AF CF 70

RGB Percentages of Color #afcf70

%35.43
%41.90
%22.67

CMYK Percentages of Color #afcf70

%15
%0
%46
%19

Triadic Colors of #afcf70

#afcf70 #70afcf #cf70af

Analogous Colors of #afcf70

#afcf70 #80cf70 #cfc070

Monochromatic Colors of #afcf70

#afcf70

Complementary Color

#afcf70 #9070cf

#afcf70 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afcf70 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afcf70 Color CSS Codes

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

#afcf70 Text Font Color

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

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


#afcf70 Background Color

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

This div background color is #afcf70


#afcf70 Border Color

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

This div border color is #afcf70


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afcf70


Comments

No comments written yet.

Please login to write comment.