Color Hex Logo

#acbde5 Color Hex

#ACBDE5
(172,189,229)
0 Favorites   0 Comments

Color spaces of #acbde5

RGB 172189229
HSL0.620.520.79
HSV222°25°90°
CMYK 0.250.170.00   0.10
XYZ49.353750.823081.3373
Yxy50.82300.27190.2800
Hunter Lab71.2903-1.1837-17.7427
CIE-Lab76.57172.8648-21.8644

#acbde5 color RGB value is (172,189,229).

#acbde5 hex color red value is 172, green value is 189 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #acbde5 hue: 0.62 , saturation: 0.52 and the lightness value of acbde5 is 0.79.

The process color (four color CMYK) of #acbde5 color hex is 0.25, 0.17, 0.00, 0.10. Web safe color of #acbde5 is #99cccc. Color #acbde5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111101 11100101
Octal 254 275 345
Decimal 172 189 229
Hex AC BD E5

RGB Percentages of Color #acbde5

%29.15
%32.03
%38.81

CMYK Percentages of Color #acbde5

%25
%17
%0
%10

Triadic Colors of #acbde5

#acbde5 #e5acbd #bde5ac

Analogous Colors of #acbde5

#acbde5 #b8ace5 #acdae5

Monochromatic Colors of #acbde5

#acbde5

Complementary Color

#acbde5 #e5d4ac

#acbde5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acbde5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acbde5 Color CSS Codes

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

#acbde5 Text Font Color

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

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


#acbde5 Background Color

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

This div background color is #acbde5


#acbde5 Border Color

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

This div border color is #acbde5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acbde5


Comments

No comments written yet.

Please login to write comment.