Color Hex Logo

#accbbc Color Hex

#ACCBBC
(172,203,188)
0 Favorites   0 Comments

Color spaces of #accbbc

RGB 172203188
HSL0.420.230.74
HSV151°15°80°
CMYK 0.150.000.07   0.20
XYZ47.446355.113455.7142
Yxy55.11340.29980.3482
Hunter Lab74.2384-15.83667.4711
CIE-Lab79.1065-13.30674.0092

#accbbc color RGB value is (172,203,188).

#accbbc hex color red value is 172, green value is 203 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #accbbc hue: 0.42 , saturation: 0.23 and the lightness value of accbbc is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001011 10111100
Octal 254 313 274
Decimal 172 203 188
Hex AC CB BC

RGB Percentages of Color #accbbc

%30.55
%36.06
%33.39

CMYK Percentages of Color #accbbc

%15
%0
%7
%20

Triadic Colors of #accbbc

#accbbc #bcaccb #cbbcac

Analogous Colors of #accbbc

#accbbc #accbcb #accbad

Monochromatic Colors of #accbbc

#accbbc

Complementary Color

#accbbc #cbacbb

#accbbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#accbbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#accbbc Color CSS Codes

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

#accbbc Text Font Color

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

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


#accbbc Background Color

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

This div background color is #accbbc


#accbbc Border Color

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

This div border color is #accbbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #accbbc


Comments

No comments written yet.

Please login to write comment.