Color Hex Logo

#acaecb Color Hex

#ACAECB
(172,174,203)
0 Favorites   0 Comments

Color spaces of #acaecb

RGB 172174203
HSL0.660.230.74
HSV236°15°80°
CMYK 0.150.140.00   0.20
XYZ42.928843.354662.6056
Yxy43.35460.28830.2912
Hunter Lab65.84421.1502-10.2828
CIE-Lab71.79505.1982-14.9378

#acaecb color RGB value is (172,174,203).

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

The process color (four color CMYK) of #acaecb color hex is 0.15, 0.14, 0.00, 0.20. Web safe color of #acaecb is #9999cc. Color #acaecb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101110 11001011
Octal 254 256 313
Decimal 172 174 203
Hex AC AE CB

RGB Percentages of Color #acaecb

%31.33
%31.69
%36.98

CMYK Percentages of Color #acaecb

%15
%14
%0
%20

Triadic Colors of #acaecb

#acaecb #cbacae #aecbac

Analogous Colors of #acaecb

#acaecb #baaccb #acbecb

Monochromatic Colors of #acaecb

#acaecb

Complementary Color

#acaecb #cbc9ac

#acaecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acaecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#acaecb Color CSS Codes

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

#acaecb Text Font Color

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

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


#acaecb Background Color

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

This div background color is #acaecb


#acaecb Border Color

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

This div border color is #acaecb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,174,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 #acaecb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acaecb


Comments

No comments written yet.

Please login to write comment.