Color Hex Logo

#acbde1 Color Hex

#ACBDE1
(172,189,225)
0 Favorites   0 Comments

Color spaces of #acbde1

RGB 172189225
HSL0.610.470.78
HSV221°24°88°
CMYK 0.240.160.00   0.12
XYZ48.801550.602178.4292
Yxy50.60210.27440.2845
Hunter Lab71.1352-2.0285-15.5749
CIE-Lab76.43741.9393-19.9069

#acbde1 color RGB value is (172,189,225).

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

The process color (four color CMYK) of #acbde1 color hex is 0.24, 0.16, 0.00, 0.12. Web safe color of #acbde1 is #99cccc. Color #acbde1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111101 11100001
Octal 254 275 341
Decimal 172 189 225
Hex AC BD E1

RGB Percentages of Color #acbde1

%29.35
%32.25
%38.40

CMYK Percentages of Color #acbde1

%24
%16
%0
%12

Triadic Colors of #acbde1

#acbde1 #e1acbd #bde1ac

Analogous Colors of #acbde1

#acbde1 #b6ace1 #acd8e1

Monochromatic Colors of #acbde1

#acbde1

Complementary Color

#acbde1 #e1d0ac

#acbde1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acbde1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acbde1 Color CSS Codes

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

#acbde1 Text Font Color

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

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


#acbde1 Background Color

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

This div background color is #acbde1


#acbde1 Border Color

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

This div border color is #acbde1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acbde1


Comments

No comments written yet.

Please login to write comment.