Color Hex Logo

#afcc90 Color Hex

#AFCC90
(175,204,144)
0 Favorites   0 Comments

Color spaces of #afcc90

RGB 175204144
HSL0.250.370.68
HSV89°29°80°
CMYK 0.140.000.29   0.20
XYZ44.306154.313334.5339
Yxy54.31330.33270.4079
Hunter Lab73.6976-21.658623.8056
CIE-Lab78.6441-20.264126.7865

#afcc90 color RGB value is (175,204,144).

#afcc90 hex color red value is 175, green value is 204 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #afcc90 hue: 0.25 , saturation: 0.37 and the lightness value of afcc90 is 0.68.

The process color (four color CMYK) of #afcc90 color hex is 0.14, 0.00, 0.29, 0.20. Web safe color of #afcc90 is #99cc99. Color #afcc90 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001100 10010000
Octal 257 314 220
Decimal 175 204 144
Hex AF CC 90

RGB Percentages of Color #afcc90

%33.46
%39.01
%27.53

CMYK Percentages of Color #afcc90

%14
%0
%29
%20

Triadic Colors of #afcc90

#afcc90 #90afcc #cc90af

Analogous Colors of #afcc90

#afcc90 #91cc90 #cccb90

Monochromatic Colors of #afcc90

#afcc90

Complementary Color

#afcc90 #ad90cc

#afcc90 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afcc90 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afcc90 Color CSS Codes

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

#afcc90 Text Font Color

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

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


#afcc90 Background Color

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

This div background color is #afcc90


#afcc90 Border Color

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

This div border color is #afcc90


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afcc90


Comments

No comments written yet.

Please login to write comment.