color codes Logo

#afce3c color codes

#AFCE3C
(175,206,60)
0 Favorites   0 Comments

Color spaces of #afce3c

RGB 17520660
HSL0.200.600.52
HSV73°71°81°
CMYK 0.150.000.71   0.19
XYZ40.566153.582812.4794
Yxy53.58280.38040.5025
Hunter Lab73.2003-29.179441.1323
CIE-Lab78.2178-29.657665.2949

#afce3c color RGB value is (175,206,60).

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

The process color (four color CMYK) of #afce3c color code is 0.15, 0.00, 0.71, 0.19. Web safe color of #afce3c is #99cc33. Color #afce3c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001110 00111100
Octal 257 316 74
Decimal 175 206 60
Hex AF CE 3C

RGB Percentages of Color #afce3c

%39.68
%46.71
%13.61

CMYK Percentages of Color #afce3c

%15
%0
%71
%19

Triadic Colors of #afce3c

#afce3c #3cafce #ce3caf

Analogous Colors of #afce3c

#afce3c #66ce3c #cea43c

Monochromatic Colors of #afce3c

#afce3c

Complementary Color

#afce3c #5b3cce

#afce3c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afce3c Color Preview on White Background

Lorem ipsum dolor sit amet.

#afce3c Color CSS Codes

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

#afce3c Text Font Color

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

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


#afce3c Background Color

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

This div background color is #afce3c


#afce3c Border Color

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

This div border color is #afce3c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afce3c


Comments

No comments written yet.

Please login to write comment.