Color Hex Logo

#afd670 Color Hex

#AFD670
(175,214,112)
0 Favorites   0 Comments

Color spaces of #afd670

RGB 175214112
HSL0.230.550.64
HSV83°48°84°
CMYK 0.180.000.48   0.16
XYZ44.650458.376924.2438
Yxy58.37690.35080.4587
Hunter Lab76.4048-29.394234.6702
CIE-Lab80.9479-29.192745.9308

#afd670 color RGB value is (175,214,112).

#afd670 hex color red value is 175, green value is 214 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #afd670 hue: 0.23 , saturation: 0.55 and the lightness value of afd670 is 0.64.

The process color (four color CMYK) of #afd670 color hex is 0.18, 0.00, 0.48, 0.16. Web safe color of #afd670 is #99cc66. Color #afd670 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11010110 01110000
Octal 257 326 160
Decimal 175 214 112
Hex AF D6 70

RGB Percentages of Color #afd670

%34.93
%42.71
%22.36

CMYK Percentages of Color #afd670

%18
%0
%48
%16

Triadic Colors of #afd670

#afd670 #70afd6 #d670af

Analogous Colors of #afd670

#afd670 #7cd670 #d6ca70

Monochromatic Colors of #afd670

#afd670

Complementary Color

#afd670 #9770d6

#afd670 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd670 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd670 Color CSS Codes

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

#afd670 Text Font Color

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

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


#afd670 Background Color

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

This div background color is #afd670


#afd670 Border Color

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

This div border color is #afd670


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd670


Comments

No comments written yet.

Please login to write comment.