Color Hex Logo

#accb58 Color Hex

#ACCB58
(172,203,88)
0 Favorites   0 Comments

Color spaces of #accb58

RGB 17220388
HSL0.210.530.57
HSV76°57°80°
CMYK 0.150.000.57   0.20
XYZ40.130652.187117.1905
Yxy52.18710.36650.4766
Hunter Lab72.2406-27.262136.4597
CIE-Lab77.3926-27.452552.9266

#accb58 color RGB value is (172,203,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001011 01011000
Octal 254 313 130
Decimal 172 203 88
Hex AC CB 58

RGB Percentages of Color #accb58

%37.15
%43.84
%19.01

CMYK Percentages of Color #accb58

%15
%0
%57
%20

Triadic Colors of #accb58

#accb58 #58accb #cb58ac

Analogous Colors of #accb58

#accb58 #73cb58 #cbb158

Monochromatic Colors of #accb58

#accb58

Complementary Color

#accb58 #7758cb

#accb58 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#accb58 Color Preview on White Background

Lorem ipsum dolor sit amet.

#accb58 Color CSS Codes

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

#accb58 Text Font Color

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

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


#accb58 Background Color

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

This div background color is #accb58


#accb58 Border Color

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

This div border color is #accb58


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #accb58


Comments

No comments written yet.

Please login to write comment.