Color Hex Logo

#afd195 Color Hex

#AFD195
(175,209,149)
0 Favorites   0 Comments

Color spaces of #afd195

RGB 175209149
HSL0.260.390.70
HSV94°29°82°
CMYK 0.160.000.29   0.18
XYZ45.904556.884836.9942
Yxy56.88480.32840.4069
Hunter Lab75.4220-23.347123.7139
CIE-Lab80.1148-21.996226.1572

#afd195 color RGB value is (175,209,149).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11010001 10010101
Octal 257 321 225
Decimal 175 209 149
Hex AF D1 95

RGB Percentages of Color #afd195

%32.83
%39.21
%27.95

CMYK Percentages of Color #afd195

%16
%0
%29
%18

Triadic Colors of #afd195

#afd195 #95afd1 #d195af

Analogous Colors of #afd195

#afd195 #95d199 #cdd195

Monochromatic Colors of #afd195

#afd195

Complementary Color

#afd195 #b795d1

#afd195 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd195 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd195 Color CSS Codes

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

#afd195 Text Font Color

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

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


#afd195 Background Color

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

This div background color is #afd195


#afd195 Border Color

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

This div border color is #afd195


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd195


Comments

No comments written yet.

Please login to write comment.