Color Hex Logo

#afd790 Color Hex

#AFD790
(175,215,144)
0 Favorites   0 Comments

Color spaces of #afd790

RGB 175215144
HSL0.260.470.70
HSV94°33°84°
CMYK 0.190.000.33   0.16
XYZ47.013759.728535.4364
Yxy59.72850.33070.4201
Hunter Lab77.2842-26.661926.9133
CIE-Lab81.6904-25.653230.8608

#afd790 color RGB value is (175,215,144).

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

The process color (four color CMYK) of #afd790 color hex is 0.19, 0.00, 0.33, 0.16. Web safe color of #afd790 is #99cc99. Color #afd790 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11010111 10010000
Octal 257 327 220
Decimal 175 215 144
Hex AF D7 90

RGB Percentages of Color #afd790

%32.77
%40.26
%26.97

CMYK Percentages of Color #afd790

%19
%0
%33
%16

Triadic Colors of #afd790

#afd790 #90afd7 #d790af

Analogous Colors of #afd790

#afd790 #90d795 #d3d790

Monochromatic Colors of #afd790

#afd790

Complementary Color

#afd790 #b890d7

#afd790 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd790 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd790 Color CSS Codes

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

#afd790 Text Font Color

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

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


#afd790 Background Color

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

This div background color is #afd790


#afd790 Border Color

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

This div border color is #afd790


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd790


Comments

No comments written yet.

Please login to write comment.