Color Hex Logo

#acbce5 Color Hex

#ACBCE5
(172,188,229)
0 Favorites   0 Comments

Color spaces of #acbce5

RGB 172188229
HSL0.620.520.79
HSV223°25°90°
CMYK 0.250.180.00   0.10
XYZ49.139350.394281.2659
Yxy50.39420.27180.2787
Hunter Lab70.9889-0.6708-18.1812
CIE-Lab76.31063.4074-22.2614

#acbce5 color RGB value is (172,188,229).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111100 11100101
Octal 254 274 345
Decimal 172 188 229
Hex AC BC E5

RGB Percentages of Color #acbce5

%29.20
%31.92
%38.88

CMYK Percentages of Color #acbce5

%25
%18
%0
%10

Triadic Colors of #acbce5

#acbce5 #e5acbc #bce5ac

Analogous Colors of #acbce5

#acbce5 #b9ace5 #acd9e5

Monochromatic Colors of #acbce5

#acbce5

Complementary Color

#acbce5 #e5d5ac

#acbce5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acbce5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acbce5 Color CSS Codes

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

#acbce5 Text Font Color

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

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


#acbce5 Background Color

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

This div background color is #acbce5


#acbce5 Border Color

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

This div border color is #acbce5


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,188,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 #acbce5">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acbce5


Comments

No comments written yet.

Please login to write comment.