Color Hex Logo

#accba4 Color Hex

#ACCBA4
(172,203,164)
0 Favorites   0 Comments

Color spaces of #accba4

RGB 172203164
HSL0.300.270.72
HSV108°19°80°
CMYK 0.150.000.19   0.20
XYZ45.070054.162943.2010
Yxy54.16290.31640.3803
Hunter Lab73.5954-19.478316.7132
CIE-Lab78.5566-17.671816.0657

#accba4 color RGB value is (172,203,164).

#accba4 hex color red value is 172, green value is 203 and the blue value of its RGB is 164. Cylindrical-coordinate representations (also known as HSL) of color #accba4 hue: 0.30 , saturation: 0.27 and the lightness value of accba4 is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001011 10100100
Octal 254 313 244
Decimal 172 203 164
Hex AC CB A4

RGB Percentages of Color #accba4

%31.91
%37.66
%30.43

CMYK Percentages of Color #accba4

%15
%0
%19
%20

Triadic Colors of #accba4

#accba4 #a4accb #cba4ac

Analogous Colors of #accba4

#accba4 #a4cbb0 #c0cba4

Monochromatic Colors of #accba4

#accba4

Complementary Color

#accba4 #c3a4cb

#accba4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#accba4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#accba4 Color CSS Codes

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

#accba4 Text Font Color

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

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


#accba4 Background Color

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

This div background color is #accba4


#accba4 Border Color

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

This div border color is #accba4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #accba4


Comments

No comments written yet.

Please login to write comment.