Color Hex Logo

#acbce6 Color Hex

#ACBCE6
(172,188,230)
0 Favorites   0 Comments

Color spaces of #acbce6

RGB 172188230
HSL0.620.540.79
HSV223°25°90°
CMYK 0.250.180.00   0.10
XYZ49.279450.450382.0035
Yxy50.45030.27120.2776
Hunter Lab71.0284-0.4566-18.7315
CIE-Lab76.34483.6408-22.7496

#acbce6 color RGB value is (172,188,230).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111100 11100110
Octal 254 274 346
Decimal 172 188 230
Hex AC BC E6

RGB Percentages of Color #acbce6

%29.15
%31.86
%38.98

CMYK Percentages of Color #acbce6

%25
%18
%0
%10

Triadic Colors of #acbce6

#acbce6 #e6acbc #bce6ac

Analogous Colors of #acbce6

#acbce6 #b9ace6 #acd9e6

Monochromatic Colors of #acbce6

#acbce6

Complementary Color

#acbce6 #e6d6ac

#acbce6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acbce6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acbce6 Color CSS Codes

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

#acbce6 Text Font Color

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

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


#acbce6 Background Color

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

This div background color is #acbce6


#acbce6 Border Color

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

This div border color is #acbce6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acbce6


Comments

No comments written yet.

Please login to write comment.