Color Hex Logo

#afd664 Color Hex

#AFD664
(175,214,100)
0 Favorites   0 Comments

Color spaces of #afd664

RGB 175214100
HSL0.220.580.62
HSV81°53°84°
CMYK 0.180.000.53   0.16
XYZ44.026058.127220.9558
Yxy58.12720.35760.4722
Hunter Lab76.2412-30.346037.0723
CIE-Lab80.8095-30.416451.4405

#afd664 color RGB value is (175,214,100).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11010110 01100100
Octal 257 326 144
Decimal 175 214 100
Hex AF D6 64

RGB Percentages of Color #afd664

%35.79
%43.76
%20.45

CMYK Percentages of Color #afd664

%18
%0
%53
%16

Triadic Colors of #afd664

#afd664 #64afd6 #d664af

Analogous Colors of #afd664

#afd664 #76d664 #d6c464

Monochromatic Colors of #afd664

#afd664

Complementary Color

#afd664 #8b64d6

#afd664 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd664 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd664 Color CSS Codes

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

#afd664 Text Font Color

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

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


#afd664 Background Color

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

This div background color is #afd664


#afd664 Border Color

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

This div border color is #afd664


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd664


Comments

No comments written yet.

Please login to write comment.