Color Hex Logo

#afca55 Color Hex

#AFCA55
(175,202,85)
0 Favorites   0 Comments

Color spaces of #afca55

RGB 17520285
HSL0.210.520.56
HSV74°58°79°
CMYK 0.130.000.58   0.21
XYZ40.439452.010916.5021
Yxy52.01090.37120.4774
Hunter Lab72.1186-26.116436.9163
CIE-Lab77.2874-26.039354.2077

#afca55 color RGB value is (175,202,85).

#afca55 hex color red value is 175, green value is 202 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #afca55 hue: 0.21 , saturation: 0.52 and the lightness value of afca55 is 0.56.

The process color (four color CMYK) of #afca55 color hex is 0.13, 0.00, 0.58, 0.21. Web safe color of #afca55 is #99cc66. Color #afca55 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001010 01010101
Octal 257 312 125
Decimal 175 202 85
Hex AF CA 55

RGB Percentages of Color #afca55

%37.88
%43.72
%18.40

CMYK Percentages of Color #afca55

%13
%0
%58
%21

Triadic Colors of #afca55

#afca55 #55afca #ca55af

Analogous Colors of #afca55

#afca55 #75ca55 #caab55

Monochromatic Colors of #afca55

#afca55

Complementary Color

#afca55 #7055ca

#afca55 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afca55 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afca55 Color CSS Codes

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

#afca55 Text Font Color

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

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


#afca55 Background Color

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

This div background color is #afca55


#afca55 Border Color

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

This div border color is #afca55


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afca55


Comments

No comments written yet.

Please login to write comment.