Color Hex Logo

#acbdc8 Color Hex

#ACBDC8
(172,189,200)
0 Favorites   0 Comments

Color spaces of #acbdc8

RGB 172189200
HSL0.570.200.73
HSV204°14°78°
CMYK 0.140.050.00   0.22
XYZ45.636249.336061.7611
Yxy49.33600.29120.3148
Hunter Lab70.2396-6.9439-2.9655
CIE-Lab75.6599-3.5599-7.5230

#acbdc8 color RGB value is (172,189,200).

#acbdc8 hex color red value is 172, green value is 189 and the blue value of its RGB is 200. Cylindrical-coordinate representations (also known as HSL) of color #acbdc8 hue: 0.57 , saturation: 0.20 and the lightness value of acbdc8 is 0.73.

The process color (four color CMYK) of #acbdc8 color hex is 0.14, 0.05, 0.00, 0.22. Web safe color of #acbdc8 is #99cccc. Color #acbdc8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111101 11001000
Octal 254 275 310
Decimal 172 189 200
Hex AC BD C8

RGB Percentages of Color #acbdc8

%30.66
%33.69
%35.65

CMYK Percentages of Color #acbdc8

%14
%5
%0
%22

Triadic Colors of #acbdc8

#acbdc8 #c8acbd #bdc8ac

Analogous Colors of #acbdc8

#acbdc8 #acafc8 #acc8c5

Monochromatic Colors of #acbdc8

#acbdc8

Complementary Color

#acbdc8 #c8b7ac

#acbdc8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acbdc8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acbdc8 Color CSS Codes

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

#acbdc8 Text Font Color

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

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


#acbdc8 Background Color

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

This div background color is #acbdc8


#acbdc8 Border Color

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

This div border color is #acbdc8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acbdc8


Comments

No comments written yet.

Please login to write comment.