Color Hex Logo

#accb61 Color Hex

#ACCB61
(172,203,97)
0 Favorites   0 Comments

Color spaces of #accb61

RGB 17220397
HSL0.220.500.59
HSV78°52°80°
CMYK 0.150.000.52   0.20
XYZ40.526952.345619.2770
Yxy52.34560.36140.4667
Hunter Lab72.3503-26.626434.8480
CIE-Lab77.4870-26.628948.8819

#accb61 color RGB value is (172,203,97).

#accb61 hex color red value is 172, green value is 203 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #accb61 hue: 0.22 , saturation: 0.50 and the lightness value of accb61 is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001011 01100001
Octal 254 313 141
Decimal 172 203 97
Hex AC CB 61

RGB Percentages of Color #accb61

%36.44
%43.01
%20.55

CMYK Percentages of Color #accb61

%15
%0
%52
%20

Triadic Colors of #accb61

#accb61 #61accb #cb61ac

Analogous Colors of #accb61

#accb61 #77cb61 #cbb561

Monochromatic Colors of #accb61

#accb61

Complementary Color

#accb61 #8061cb

#accb61 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#accb61 Color Preview on White Background

Lorem ipsum dolor sit amet.

#accb61 Color CSS Codes

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

#accb61 Text Font Color

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

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


#accb61 Background Color

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

This div background color is #accb61


#accb61 Border Color

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

This div border color is #accb61


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #accb61


Comments

No comments written yet.

Please login to write comment.