Color Hex Logo

#afca90 Color Hex

#AFCA90
(175,202,144)
0 Favorites   0 Comments

Color spaces of #afca90

RGB 175202144
HSL0.240.350.68
HSV88°29°79°
CMYK 0.130.000.29   0.21
XYZ43.833853.368634.3764
Yxy53.36860.33310.4056
Hunter Lab73.0538-20.740523.2380
CIE-Lab78.0921-19.267526.0425

#afca90 color RGB value is (175,202,144).

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

The process color (four color CMYK) of #afca90 color hex is 0.13, 0.00, 0.29, 0.21. Web safe color of #afca90 is #99cc99. Color #afca90 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001010 10010000
Octal 257 312 220
Decimal 175 202 144
Hex AF CA 90

RGB Percentages of Color #afca90

%33.59
%38.77
%27.64

CMYK Percentages of Color #afca90

%13
%0
%29
%21

Triadic Colors of #afca90

#afca90 #90afca #ca90af

Analogous Colors of #afca90

#afca90 #92ca90 #cac890

Monochromatic Colors of #afca90

#afca90

Complementary Color

#afca90 #ab90ca

#afca90 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afca90 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afca90 Color CSS Codes

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

#afca90 Text Font Color

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

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


#afca90 Background Color

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

This div background color is #afca90


#afca90 Border Color

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

This div border color is #afca90


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afca90


Comments

No comments written yet.

Please login to write comment.