Color Hex Logo

#accacb Color Hex

#ACCACB
(172,202,203)
0 Favorites   0 Comments

Color spaces of #accacb

RGB 172202203
HSL0.510.230.74
HSV182°15°80°
CMYK 0.150.000.00   0.20
XYZ48.913355.323564.6004
Yxy55.32350.28970.3277
Hunter Lab74.3798-12.78020.5712
CIE-Lab79.2272-9.7805-3.8715

#accacb color RGB value is (172,202,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001010 11001011
Octal 254 312 313
Decimal 172 202 203
Hex AC CA CB

RGB Percentages of Color #accacb

%29.81
%35.01
%35.18

CMYK Percentages of Color #accacb

%15
%0
%0
%20

Triadic Colors of #accacb

#accacb #cbacca #cacbac

Analogous Colors of #accacb

#accacb #acbbcb #accbbd

Monochromatic Colors of #accacb

#accacb

Complementary Color

#accacb #cbadac

#accacb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#accacb Color Preview on White Background

Lorem ipsum dolor sit amet.

#accacb Color CSS Codes

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

#accacb Text Font Color

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

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


#accacb Background Color

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

This div background color is #accacb


#accacb Border Color

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

This div border color is #accacb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #accacb


Comments

No comments written yet.

Please login to write comment.