Color Hex Logo

#afd690 Color Hex

#AFD690
(175,214,144)
0 Favorites   0 Comments

Color spaces of #afd690

RGB 175214144
HSL0.260.460.70
HSV93°33°84°
CMYK 0.180.000.33   0.16
XYZ46.759859.220735.3518
Yxy59.22070.33090.4190
Hunter Lab76.9550-26.210126.6317
CIE-Lab81.4128-25.169630.4917

#afd690 color RGB value is (175,214,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11010110 10010000
Octal 257 326 220
Decimal 175 214 144
Hex AF D6 90

RGB Percentages of Color #afd690

%32.83
%40.15
%27.02

CMYK Percentages of Color #afd690

%18
%0
%33
%16

Triadic Colors of #afd690

#afd690 #90afd6 #d690af

Analogous Colors of #afd690

#afd690 #90d694 #d2d690

Monochromatic Colors of #afd690

#afd690

Complementary Color

#afd690 #b790d6

#afd690 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd690 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd690 Color CSS Codes

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

#afd690 Text Font Color

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

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


#afd690 Background Color

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

This div background color is #afd690


#afd690 Border Color

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

This div border color is #afd690


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd690


Comments

No comments written yet.

Please login to write comment.