Color Hex Logo

#accabb Color Hex

#ACCABB
(172,202,187)
0 Favorites   0 Comments

Color spaces of #accabb

RGB 172202187
HSL0.420.220.73
HSV150°15°79°
CMYK 0.150.000.07   0.21
XYZ47.103454.599655.0699
Yxy54.59960.30050.3483
Hunter Lab73.8915-15.52247.5364
CIE-Lab78.8101-12.98674.1171

#accabb color RGB value is (172,202,187).

#accabb hex color red value is 172, green value is 202 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #accabb hue: 0.42 , saturation: 0.22 and the lightness value of accabb is 0.73.

The process color (four color CMYK) of #accabb color hex is 0.15, 0.00, 0.07, 0.21. Web safe color of #accabb is #99cccc. Color #accabb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001010 10111011
Octal 254 312 273
Decimal 172 202 187
Hex AC CA BB

RGB Percentages of Color #accabb

%30.66
%36.01
%33.33

CMYK Percentages of Color #accabb

%15
%0
%7
%21

Triadic Colors of #accabb

#accabb #bbacca #cabbac

Analogous Colors of #accabb

#accabb #accaca #accaac

Monochromatic Colors of #accabb

#accabb

Complementary Color

#accabb #caacbb

#accabb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#accabb Color Preview on White Background

Lorem ipsum dolor sit amet.

#accabb Color CSS Codes

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

#accabb Text Font Color

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

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


#accabb Background Color

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

This div background color is #accabb


#accabb Border Color

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

This div border color is #accabb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #accabb


Comments

No comments written yet.

Please login to write comment.