Color Hex Logo

#accb2d Color Hex

#ACCB2D
(172,203,45)
0 Favorites   0 Comments

Color spaces of #accb2d

RGB 17220345
HSL0.200.640.49
HSV72°78°80°
CMYK 0.150.000.78   0.20
XYZ38.842851.672010.4091
Yxy51.67200.38490.5120
Hunter Lab71.8832-29.341541.7327
CIE-Lab77.0843-30.179769.0407

#accb2d color RGB value is (172,203,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001011 00101101
Octal 254 313 55
Decimal 172 203 45
Hex AC CB 2D

RGB Percentages of Color #accb2d

%40.95
%48.33
%10.71

CMYK Percentages of Color #accb2d

%15
%0
%78
%20

Triadic Colors of #accb2d

#accb2d #2daccb #cb2dac

Analogous Colors of #accb2d

#accb2d #5dcb2d #cb9b2d

Monochromatic Colors of #accb2d

#accb2d

Complementary Color

#accb2d #4c2dcb

#accb2d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#accb2d Color Preview on White Background

Lorem ipsum dolor sit amet.

#accb2d Color CSS Codes

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

#accb2d Text Font Color

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

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


#accb2d Background Color

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

This div background color is #accb2d


#accb2d Border Color

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

This div border color is #accb2d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #accb2d


Comments

No comments written yet.

Please login to write comment.