Color Hex Logo

#afd194 Color Hex

#AFD194
(175,209,148)
0 Favorites   0 Comments

Color spaces of #afd194

RGB 175209148
HSL0.260.400.70
HSV93°29°82°
CMYK 0.160.000.29   0.18
XYZ45.825056.853036.5755
Yxy56.85300.32910.4083
Hunter Lab75.4009-23.468024.0202
CIE-Lab80.0968-22.145626.6548

#afd194 color RGB value is (175,209,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11010001 10010100
Octal 257 321 224
Decimal 175 209 148
Hex AF D1 94

RGB Percentages of Color #afd194

%32.89
%39.29
%27.82

CMYK Percentages of Color #afd194

%16
%0
%29
%18

Triadic Colors of #afd194

#afd194 #94afd1 #d194af

Analogous Colors of #afd194

#afd194 #94d198 #ced194

Monochromatic Colors of #afd194

#afd194

Complementary Color

#afd194 #b694d1

#afd194 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd194 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd194 Color CSS Codes

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

#afd194 Text Font Color

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

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


#afd194 Background Color

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

This div background color is #afd194


#afd194 Border Color

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

This div border color is #afd194


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd194


Comments

No comments written yet.

Please login to write comment.