Color Hex Logo

#acbbd8 Color Hex

#ACBBD8
(172,187,216)
0 Favorites   0 Comments

Color spaces of #acbbd8

RGB 172187216
HSL0.610.360.76
HSV220°20°85°
CMYK 0.200.130.00   0.15
XYZ47.178349.269271.9891
Yxy49.26920.28010.2925
Hunter Lab70.1920-2.8605-11.6735
CIE-Lab75.61850.9797-16.2708

#acbbd8 color RGB value is (172,187,216).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111011 11011000
Octal 254 273 330
Decimal 172 187 216
Hex AC BB D8

RGB Percentages of Color #acbbd8

%29.91
%32.52
%37.57

CMYK Percentages of Color #acbbd8

%20
%13
%0
%15

Triadic Colors of #acbbd8

#acbbd8 #d8acbb #bbd8ac

Analogous Colors of #acbbd8

#acbbd8 #b3acd8 #acd1d8

Monochromatic Colors of #acbbd8

#acbbd8

Complementary Color

#acbbd8 #d8c9ac

#acbbd8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acbbd8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acbbd8 Color CSS Codes

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

#acbbd8 Text Font Color

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

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


#acbbd8 Background Color

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

This div background color is #acbbd8


#acbbd8 Border Color

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

This div border color is #acbbd8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acbbd8


Comments

No comments written yet.

Please login to write comment.