Color Hex Logo

#afd490 Color Hex

#AFD490
(175,212,144)
0 Favorites   0 Comments

Color spaces of #afd490

RGB 175212144
HSL0.260.440.70
HSV93°32°83°
CMYK 0.170.000.32   0.17
XYZ46.256758.214535.1841
Yxy58.21450.33120.4168
Hunter Lab76.2984-25.304826.0680
CIE-Lab80.8579-24.198729.7528

#afd490 color RGB value is (175,212,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11010100 10010000
Octal 257 324 220
Decimal 175 212 144
Hex AF D4 90

RGB Percentages of Color #afd490

%32.96
%39.92
%27.12

CMYK Percentages of Color #afd490

%17
%0
%32
%17

Triadic Colors of #afd490

#afd490 #90afd4 #d490af

Analogous Colors of #afd490

#afd490 #90d493 #d1d490

Monochromatic Colors of #afd490

#afd490

Complementary Color

#afd490 #b590d4

#afd490 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd490 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd490 Color CSS Codes

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

#afd490 Text Font Color

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

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


#afd490 Background Color

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

This div background color is #afd490


#afd490 Border Color

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

This div border color is #afd490


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd490


Comments

No comments written yet.

Please login to write comment.