Color Hex Logo

#accb3f Color Hex

#ACCB3F
(172,203,63)
0 Favorites   0 Comments

Color spaces of #accb3f

RGB 17220363
HSL0.200.570.52
HSV73°69°80°
CMYK 0.150.000.69   0.20
XYZ39.266451.841412.6395
Yxy51.84140.37850.4997
Hunter Lab72.0010-28.655139.9925
CIE-Lab77.1859-29.273863.1020

#accb3f color RGB value is (172,203,63).

#accb3f hex color red value is 172, green value is 203 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #accb3f hue: 0.20 , saturation: 0.57 and the lightness value of accb3f is 0.52.

The process color (four color CMYK) of #accb3f color hex is 0.15, 0.00, 0.69, 0.20. Web safe color of #accb3f is #99cc33. Color #accb3f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001011 00111111
Octal 254 313 77
Decimal 172 203 63
Hex AC CB 3F

RGB Percentages of Color #accb3f

%39.27
%46.35
%14.38

CMYK Percentages of Color #accb3f

%15
%0
%69
%20

Triadic Colors of #accb3f

#accb3f #3faccb #cb3fac

Analogous Colors of #accb3f

#accb3f #66cb3f #cba43f

Monochromatic Colors of #accb3f

#accb3f

Complementary Color

#accb3f #5e3fcb

#accb3f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#accb3f Color Preview on White Background

Lorem ipsum dolor sit amet.

#accb3f Color CSS Codes

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

#accb3f Text Font Color

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

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


#accb3f Background Color

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

This div background color is #accb3f


#accb3f Border Color

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

This div border color is #accb3f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #accb3f


Comments

No comments written yet.

Please login to write comment.