Color Hex Logo

#accb93 Color Hex

#ACCB93
(172,203,147)
0 Favorites   0 Comments

Color spaces of #accb93

RGB 172203147
HSL0.260.350.69
HSV93°28°80°
CMYK 0.150.000.28   0.20
XYZ43.635753.589135.6477
Yxy53.58910.32840.4033
Hunter Lab73.2046-21.707922.3713
CIE-Lab78.2215-20.408124.6071

#accb93 color RGB value is (172,203,147).

#accb93 hex color red value is 172, green value is 203 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #accb93 hue: 0.26 , saturation: 0.35 and the lightness value of accb93 is 0.69.

The process color (four color CMYK) of #accb93 color hex is 0.15, 0.00, 0.28, 0.20. Web safe color of #accb93 is #99cc99. Color #accb93 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001011 10010011
Octal 254 313 223
Decimal 172 203 147
Hex AC CB 93

RGB Percentages of Color #accb93

%32.95
%38.89
%28.16

CMYK Percentages of Color #accb93

%15
%0
%28
%20

Triadic Colors of #accb93

#accb93 #93accb #cb93ac

Analogous Colors of #accb93

#accb93 #93cb96 #c8cb93

Monochromatic Colors of #accb93

#accb93

Complementary Color

#accb93 #b293cb

#accb93 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#accb93 Color Preview on White Background

Lorem ipsum dolor sit amet.

#accb93 Color CSS Codes

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

#accb93 Text Font Color

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

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


#accb93 Background Color

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

This div background color is #accb93


#accb93 Border Color

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

This div border color is #accb93


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #accb93


Comments

No comments written yet.

Please login to write comment.