Color Hex Logo

#acbfcc Color Hex

#ACBFCC
(172,191,204)
0 Favorites   0 Comments

Color spaces of #acbfcc

RGB 172191204
HSL0.570.240.74
HSV204°16°80°
CMYK 0.160.060.00   0.20
XYZ46.543150.391964.4003
Yxy50.39190.28850.3123
Hunter Lab70.9873-7.1934-4.0974
CIE-Lab76.3092-3.7821-8.7289

#acbfcc color RGB value is (172,191,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111111 11001100
Octal 254 277 314
Decimal 172 191 204
Hex AC BF CC

RGB Percentages of Color #acbfcc

%30.34
%33.69
%35.98

CMYK Percentages of Color #acbfcc

%16
%6
%0
%20

Triadic Colors of #acbfcc

#acbfcc #ccacbf #bfccac

Analogous Colors of #acbfcc

#acbfcc #acafcc #acccc9

Monochromatic Colors of #acbfcc

#acbfcc

Complementary Color

#acbfcc #ccb9ac

#acbfcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acbfcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#acbfcc Color CSS Codes

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

#acbfcc Text Font Color

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

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


#acbfcc Background Color

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

This div background color is #acbfcc


#acbfcc Border Color

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

This div border color is #acbfcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acbfcc


Comments

No comments written yet.

Please login to write comment.