Color Hex Logo

#afce32 Color Hex

#AFCE32
(175,206,50)
0 Favorites   0 Comments

Color spaces of #afce32

RGB 17520650
HSL0.200.610.50
HSV72°76°81°
CMYK 0.150.000.76   0.19
XYZ40.326253.486911.2162
Yxy53.48690.38400.5093
Hunter Lab73.1347-29.561642.1014
CIE-Lab78.1616-30.158868.5931

#afce32 color RGB value is (175,206,50).

#afce32 hex color red value is 175, green value is 206 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #afce32 hue: 0.20 , saturation: 0.61 and the lightness value of afce32 is 0.50.

The process color (four color CMYK) of #afce32 color hex is 0.15, 0.00, 0.76, 0.19. Web safe color of #afce32 is #99cc33. Color #afce32 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001110 00110010
Octal 257 316 62
Decimal 175 206 50
Hex AF CE 32

RGB Percentages of Color #afce32

%40.60
%47.80
%11.60

CMYK Percentages of Color #afce32

%15
%0
%76
%19

Triadic Colors of #afce32

#afce32 #32afce #ce32af

Analogous Colors of #afce32

#afce32 #61ce32 #ce9f32

Monochromatic Colors of #afce32

#afce32

Complementary Color

#afce32 #5132ce

#afce32 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afce32 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afce32 Color CSS Codes

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

#afce32 Text Font Color

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

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


#afce32 Background Color

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

This div background color is #afce32


#afce32 Border Color

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

This div border color is #afce32


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afce32


Comments

No comments written yet.

Please login to write comment.