Color Hex Logo

#afdb68 Color Hex

#AFDB68
(175,219,104)
0 Favorites   0 Comments

Color spaces of #afdb68

RGB 175219104
HSL0.230.610.63
HSV83°53°86°
CMYK 0.200.000.53   0.14
XYZ45.509460.776522.4291
Yxy60.77650.35360.4722
Hunter Lab77.9593-32.227837.5136
CIE-Lab82.2584-32.365051.2937

#afdb68 color RGB value is (175,219,104).

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

The process color (four color CMYK) of #afdb68 color hex is 0.20, 0.00, 0.53, 0.14. Web safe color of #afdb68 is #99cc66. Color #afdb68 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011011 01101000
Octal 257 333 150
Decimal 175 219 104
Hex AF DB 68

RGB Percentages of Color #afdb68

%35.14
%43.98
%20.88

CMYK Percentages of Color #afdb68

%20
%0
%53
%14

Triadic Colors of #afdb68

#afdb68 #68afdb #db68af

Analogous Colors of #afdb68

#afdb68 #76db68 #dbce68

Monochromatic Colors of #afdb68

#afdb68

Complementary Color

#afdb68 #9468db

#afdb68 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afdb68 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afdb68 Color CSS Codes

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

#afdb68 Text Font Color

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

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


#afdb68 Background Color

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

This div background color is #afdb68


#afdb68 Border Color

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

This div border color is #afdb68


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afdb68


Comments

No comments written yet.

Please login to write comment.