Color Hex Logo

#accba7 Color Hex

#ACCBA7
(172,203,167)
0 Favorites   0 Comments

Color spaces of #accba7

RGB 172203167
HSL0.310.260.73
HSV112°18°80°
CMYK 0.150.000.18   0.20
XYZ45.344254.272544.6450
Yxy54.27250.31430.3762
Hunter Lab73.6699-19.054615.6383
CIE-Lab78.6204-17.157414.5561

#accba7 color RGB value is (172,203,167).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001011 10100111
Octal 254 313 247
Decimal 172 203 167
Hex AC CB A7

RGB Percentages of Color #accba7

%31.73
%37.45
%30.81

CMYK Percentages of Color #accba7

%15
%0
%18
%20

Triadic Colors of #accba7

#accba7 #a7accb #cba7ac

Analogous Colors of #accba7

#accba7 #a7cbb4 #becba7

Monochromatic Colors of #accba7

#accba7

Complementary Color

#accba7 #c6a7cb

#accba7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#accba7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#accba7 Color CSS Codes

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

#accba7 Text Font Color

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

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


#accba7 Background Color

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

This div background color is #accba7


#accba7 Border Color

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

This div border color is #accba7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #accba7


Comments

No comments written yet.

Please login to write comment.