Color Hex Logo

#afdb93 Color Hex

#AFDB93
(175,219,147)
0 Favorites   0 Comments

Color spaces of #afdb93

RGB 175219147
HSL0.270.500.72
HSV97°33°86°
CMYK 0.200.000.33   0.14
XYZ48.277261.883637.0040
Yxy61.88360.32800.4205
Hunter Lab78.6661-28.120727.1767
CIE-Lab82.8515-27.146730.8633

#afdb93 color RGB value is (175,219,147).

#afdb93 hex color red value is 175, green value is 219 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #afdb93 hue: 0.27 , saturation: 0.50 and the lightness value of afdb93 is 0.72.

The process color (four color CMYK) of #afdb93 color hex is 0.20, 0.00, 0.33, 0.14. Web safe color of #afdb93 is #99cc99. Color #afdb93 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011011 10010011
Octal 257 333 223
Decimal 175 219 147
Hex AF DB 93

RGB Percentages of Color #afdb93

%32.35
%40.48
%27.17

CMYK Percentages of Color #afdb93

%20
%0
%33
%14

Triadic Colors of #afdb93

#afdb93 #93afdb #db93af

Analogous Colors of #afdb93

#afdb93 #93db9b #d3db93

Monochromatic Colors of #afdb93

#afdb93

Complementary Color

#afdb93 #bf93db

#afdb93 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afdb93 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afdb93 Color CSS Codes

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

#afdb93 Text Font Color

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

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


#afdb93 Background Color

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

This div background color is #afdb93


#afdb93 Border Color

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

This div border color is #afdb93


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afdb93


Comments

No comments written yet.

Please login to write comment.