Color Hex Logo

#afcb1c Color Hex

#AFCB1C
(175,203,28)
0 Favorites   0 Comments

Color spaces of #afcb1c

RGB 17520328
HSL0.190.760.45
HSV70°86°80°
CMYK 0.140.000.86   0.20
XYZ39.244751.90979.0498
Yxy51.90970.39160.5180
Hunter Lab72.0484-28.855942.9866
CIE-Lab77.2268-29.518773.4542

#afcb1c color RGB value is (175,203,28).

#afcb1c hex color red value is 175, green value is 203 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #afcb1c hue: 0.19 , saturation: 0.76 and the lightness value of afcb1c is 0.45.

The process color (four color CMYK) of #afcb1c color hex is 0.14, 0.00, 0.86, 0.20. Web safe color of #afcb1c is #99cc33. Color #afcb1c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001011 00011100
Octal 257 313 34
Decimal 175 203 28
Hex AF CB 1C

RGB Percentages of Color #afcb1c

%43.10
%50.00
%6.90

CMYK Percentages of Color #afcb1c

%14
%0
%86
%20

Triadic Colors of #afcb1c

#afcb1c #1cafcb #cb1caf

Analogous Colors of #afcb1c

#afcb1c #58cb1c #cb901c

Monochromatic Colors of #afcb1c

#afcb1c

Complementary Color

#afcb1c #381ccb

#afcb1c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afcb1c Color Preview on White Background

Lorem ipsum dolor sit amet.

#afcb1c Color CSS Codes

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

#afcb1c Text Font Color

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

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


#afcb1c Background Color

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

This div background color is #afcb1c


#afcb1c Border Color

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

This div border color is #afcb1c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afcb1c


Comments

No comments written yet.

Please login to write comment.