Color Hex Logo

#acbcd8 Color Hex

#ACBCD8
(172,188,216)
0 Favorites   0 Comments

Color spaces of #acbcd8

RGB 172188216
HSL0.610.360.76
HSV218°20°85°
CMYK 0.200.130.00   0.15
XYZ47.391149.695072.0601
Yxy49.69500.28020.2938
Hunter Lab70.4947-3.3664-11.2603
CIE-Lab75.88170.4397-15.8743

#acbcd8 color RGB value is (172,188,216).

#acbcd8 hex color red value is 172, green value is 188 and the blue value of its RGB is 216. Cylindrical-coordinate representations (also known as HSL) of color #acbcd8 hue: 0.61 , saturation: 0.36 and the lightness value of acbcd8 is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111100 11011000
Octal 254 274 330
Decimal 172 188 216
Hex AC BC D8

RGB Percentages of Color #acbcd8

%29.86
%32.64
%37.50

CMYK Percentages of Color #acbcd8

%20
%13
%0
%15

Triadic Colors of #acbcd8

#acbcd8 #d8acbc #bcd8ac

Analogous Colors of #acbcd8

#acbcd8 #b2acd8 #acd2d8

Monochromatic Colors of #acbcd8

#acbcd8

Complementary Color

#acbcd8 #d8c8ac

#acbcd8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acbcd8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acbcd8 Color CSS Codes

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

#acbcd8 Text Font Color

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

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


#acbcd8 Background Color

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

This div background color is #acbcd8


#acbcd8 Border Color

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

This div border color is #acbcd8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acbcd8

#acbcd8 Color Palettes


Comments

No comments written yet.

Please login to write comment.