Color Hex Logo

#acbecc Color Hex

#ACBECC
(172,190,204)
0 Favorites   0 Comments

Color spaces of #acbecc

RGB 172190204
HSL0.570.240.74
HSV206°16°80°
CMYK 0.160.070.00   0.20
XYZ46.325849.957264.3278
Yxy49.95720.28840.3110
Hunter Lab70.6804-6.6971-4.4849
CIE-Lab76.0430-3.2490-9.1249

#acbecc color RGB value is (172,190,204).

#acbecc hex color red value is 172, green value is 190 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #acbecc hue: 0.57 , saturation: 0.24 and the lightness value of acbecc is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111110 11001100
Octal 254 276 314
Decimal 172 190 204
Hex AC BE CC

RGB Percentages of Color #acbecc

%30.39
%33.57
%36.04

CMYK Percentages of Color #acbecc

%16
%7
%0
%20

Triadic Colors of #acbecc

#acbecc #ccacbe #beccac

Analogous Colors of #acbecc

#acbecc #acaecc #acccca

Monochromatic Colors of #acbecc

#acbecc

Complementary Color

#acbecc #ccbaac

#acbecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acbecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#acbecc Color CSS Codes

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

#acbecc Text Font Color

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

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


#acbecc Background Color

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

This div background color is #acbecc


#acbecc Border Color

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

This div border color is #acbecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acbecc


Comments

No comments written yet.

Please login to write comment.