Color Hex Logo

#afd492 Color Hex

#AFD492
(175,212,146)
0 Favorites   0 Comments

Color spaces of #afd492

RGB 175212146
HSL0.260.430.70
HSV94°31°83°
CMYK 0.170.000.31   0.17
XYZ46.411058.276235.9965
Yxy58.27620.32990.4142
Hunter Lab76.3388-25.072125.4798
CIE-Lab80.8921-23.909328.7635

#afd492 color RGB value is (175,212,146).

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

The process color (four color CMYK) of #afd492 color hex is 0.17, 0.00, 0.31, 0.17. Web safe color of #afd492 is #99cc99. Color #afd492 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11010100 10010010
Octal 257 324 222
Decimal 175 212 146
Hex AF D4 92

RGB Percentages of Color #afd492

%32.83
%39.77
%27.39

CMYK Percentages of Color #afd492

%17
%0
%31
%17

Triadic Colors of #afd492

#afd492 #92afd4 #d492af

Analogous Colors of #afd492

#afd492 #92d496 #d0d492

Monochromatic Colors of #afd492

#afd492

Complementary Color

#afd492 #b792d4

#afd492 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd492 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd492 Color CSS Codes

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

#afd492 Text Font Color

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

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


#afd492 Background Color

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

This div background color is #afd492


#afd492 Border Color

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

This div border color is #afd492


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd492


Comments

No comments written yet.

Please login to write comment.