Color Hex Logo

#afd868 Color Hex

#AFD868
(175,216,104)
0 Favorites   0 Comments

Color spaces of #afd868

RGB 175216104
HSL0.230.590.63
HSV82°52°85°
CMYK 0.190.000.52   0.15
XYZ44.733859.225222.1706
Yxy59.22520.35470.4696
Hunter Lab76.9579-30.918536.7898
CIE-Lab81.4152-30.965350.2954

#afd868 color RGB value is (175,216,104).

#afd868 hex color red value is 175, green value is 216 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #afd868 hue: 0.23 , saturation: 0.59 and the lightness value of afd868 is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011000 01101000
Octal 257 330 150
Decimal 175 216 104
Hex AF D8 68

RGB Percentages of Color #afd868

%35.35
%43.64
%21.01

CMYK Percentages of Color #afd868

%19
%0
%52
%15

Triadic Colors of #afd868

#afd868 #68afd8 #d868af

Analogous Colors of #afd868

#afd868 #77d868 #d8c968

Monochromatic Colors of #afd868

#afd868

Complementary Color

#afd868 #9168d8

#afd868 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd868 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd868 Color CSS Codes

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

#afd868 Text Font Color

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

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


#afd868 Background Color

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

This div background color is #afd868


#afd868 Border Color

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

This div border color is #afd868


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd868


Comments

No comments written yet.

Please login to write comment.