Color Hex Logo

#acbdce Color Hex

#ACBDCE
(172,189,206)
0 Favorites   0 Comments

Color spaces of #acbdce

RGB 172189206
HSL0.580.260.74
HSV210°17°81°
CMYK 0.170.080.00   0.19
XYZ46.351449.622165.5276
Yxy49.62210.28700.3073
Hunter Lab70.4430-5.8223-5.8428
CIE-Lab75.8367-2.2875-10.5174

#acbdce color RGB value is (172,189,206).

#acbdce hex color red value is 172, green value is 189 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #acbdce hue: 0.58 , saturation: 0.26 and the lightness value of acbdce is 0.74.

The process color (four color CMYK) of #acbdce color hex is 0.17, 0.08, 0.00, 0.19. Web safe color of #acbdce is #99cccc. Color #acbdce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111101 11001110
Octal 254 275 316
Decimal 172 189 206
Hex AC BD CE

RGB Percentages of Color #acbdce

%30.34
%33.33
%36.33

CMYK Percentages of Color #acbdce

%17
%8
%0
%19

Triadic Colors of #acbdce

#acbdce #ceacbd #bdceac

Analogous Colors of #acbdce

#acbdce #acacce #accece

Monochromatic Colors of #acbdce

#acbdce

Complementary Color

#acbdce #cebdac

#acbdce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acbdce Color Preview on White Background

Lorem ipsum dolor sit amet.

#acbdce Color CSS Codes

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

#acbdce Text Font Color

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

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


#acbdce Background Color

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

This div background color is #acbdce


#acbdce Border Color

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

This div border color is #acbdce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acbdce


Comments

No comments written yet.

Please login to write comment.