Color Hex Logo

#acbbda Color Hex

#ACBBDA
(172,187,218)
0 Favorites   0 Comments

Color spaces of #acbbda

RGB 172187218
HSL0.610.380.76
HSV220°21°85°
CMYK 0.210.140.00   0.15
XYZ47.438549.373373.3594
Yxy49.37330.27880.2901
Hunter Lab70.2661-2.4557-12.7138
CIE-Lab75.68301.4283-17.2582

#acbbda color RGB value is (172,187,218).

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

The process color (four color CMYK) of #acbbda color hex is 0.21, 0.14, 0.00, 0.15. Web safe color of #acbbda is #99cccc. Color #acbbda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111011 11011010
Octal 254 273 332
Decimal 172 187 218
Hex AC BB DA

RGB Percentages of Color #acbbda

%29.81
%32.41
%37.78

CMYK Percentages of Color #acbbda

%21
%14
%0
%15

Triadic Colors of #acbbda

#acbbda #daacbb #bbdaac

Analogous Colors of #acbbda

#acbbda #b4acda #acd2da

Monochromatic Colors of #acbbda

#acbbda

Complementary Color

#acbbda #dacbac

#acbbda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acbbda Color Preview on White Background

Lorem ipsum dolor sit amet.

#acbbda Color CSS Codes

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

#acbbda Text Font Color

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

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


#acbbda Background Color

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

This div background color is #acbbda


#acbbda Border Color

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

This div border color is #acbbda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acbbda


Comments

No comments written yet.

Please login to write comment.