Color Hex Logo

#accb52 Color Hex

#ACCB52
(172,203,82)
1 Favorites   0 Comments

Color spaces of #accb52

RGB 17220382
HSL0.210.540.56
HSV75°60°80°
CMYK 0.150.000.60   0.20
XYZ39.892252.091715.9348
Yxy52.09170.36970.4827
Hunter Lab72.1746-27.645337.4321
CIE-Lab77.3356-27.951355.5272

#accb52 color RGB value is (172,203,82).

#accb52 hex color red value is 172, green value is 203 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #accb52 hue: 0.21 , saturation: 0.54 and the lightness value of accb52 is 0.56.

The process color (four color CMYK) of #accb52 color hex is 0.15, 0.00, 0.60, 0.20. Web safe color of #accb52 is #99cc66. Color #accb52 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001011 01010010
Octal 254 313 122
Decimal 172 203 82
Hex AC CB 52

RGB Percentages of Color #accb52

%37.64
%44.42
%17.94

CMYK Percentages of Color #accb52

%15
%0
%60
%20

Triadic Colors of #accb52

#accb52 #52accb #cb52ac

Analogous Colors of #accb52

#accb52 #70cb52 #cbae52

Monochromatic Colors of #accb52

#accb52

Complementary Color

#accb52 #7152cb

#accb52 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#accb52 Color Preview on White Background

Lorem ipsum dolor sit amet.

#accb52 Color CSS Codes

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

#accb52 Text Font Color

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

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


#accb52 Background Color

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

This div background color is #accb52


#accb52 Border Color

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

This div border color is #accb52


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #accb52


Comments

No comments written yet.

Please login to write comment.