Color Hex Logo

#acbdde Color Hex

#ACBDDE
(172,189,222)
0 Favorites   0 Comments

Color spaces of #acbdde

RGB 172189222
HSL0.610.430.77
HSV220°23°87°
CMYK 0.230.150.00   0.13
XYZ48.395750.439876.2924
Yxy50.43980.27630.2880
Hunter Lab71.0210-2.6518-13.9760
CIE-Lab76.33841.2529-18.4343

#acbdde color RGB value is (172,189,222).

#acbdde hex color red value is 172, green value is 189 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #acbdde hue: 0.61 , saturation: 0.43 and the lightness value of acbdde is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111101 11011110
Octal 254 275 336
Decimal 172 189 222
Hex AC BD DE

RGB Percentages of Color #acbdde

%29.50
%32.42
%38.08

CMYK Percentages of Color #acbdde

%23
%15
%0
%13

Triadic Colors of #acbdde

#acbdde #deacbd #bddeac

Analogous Colors of #acbdde

#acbdde #b4acde #acd6de

Monochromatic Colors of #acbdde

#acbdde

Complementary Color

#acbdde #decdac

#acbdde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acbdde Color Preview on White Background

Lorem ipsum dolor sit amet.

#acbdde Color CSS Codes

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

#acbdde Text Font Color

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

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


#acbdde Background Color

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

This div background color is #acbdde


#acbdde Border Color

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

This div border color is #acbdde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acbdde


Comments

No comments written yet.

Please login to write comment.