Color Hex Logo

#afd093 Color Hex

#AFD093
(175,208,147)
0 Favorites   0 Comments

Color spaces of #afd093

RGB 175208147
HSL0.260.390.70
HSV92°29°82°
CMYK 0.160.000.29   0.18
XYZ45.501556.332336.0788
Yxy56.33230.32990.4085
Hunter Lab75.0548-23.131524.0377
CIE-Lab79.8026-21.801926.7796

#afd093 color RGB value is (175,208,147).

#afd093 hex color red value is 175, green value is 208 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #afd093 hue: 0.26 , saturation: 0.39 and the lightness value of afd093 is 0.70.

The process color (four color CMYK) of #afd093 color hex is 0.16, 0.00, 0.29, 0.18. Web safe color of #afd093 is #99cc99. Color #afd093 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11010000 10010011
Octal 257 320 223
Decimal 175 208 147
Hex AF D0 93

RGB Percentages of Color #afd093

%33.02
%39.25
%27.74

CMYK Percentages of Color #afd093

%16
%0
%29
%18

Triadic Colors of #afd093

#afd093 #93afd0 #d093af

Analogous Colors of #afd093

#afd093 #93d096 #ced093

Monochromatic Colors of #afd093

#afd093

Complementary Color

#afd093 #b493d0

#afd093 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd093 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd093 Color CSS Codes

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

#afd093 Text Font Color

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

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


#afd093 Background Color

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

This div background color is #afd093


#afd093 Border Color

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

This div border color is #afd093


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd093


Comments

No comments written yet.

Please login to write comment.