Color Hex Logo

#acbae6 Color Hex

#ACBAE6
(172,186,230)
0 Favorites   0 Comments

Color spaces of #acbae6

RGB 172186230
HSL0.630.540.79
HSV226°25°90°
CMYK 0.250.190.00   0.10
XYZ48.855149.601681.8620
Yxy49.60160.27090.2751
Hunter Lab70.42840.5730-19.6155
CIE-Lab75.82414.7293-23.5427

#acbae6 color RGB value is (172,186,230).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111010 11100110
Octal 254 272 346
Decimal 172 186 230
Hex AC BA E6

RGB Percentages of Color #acbae6

%29.25
%31.63
%39.12

CMYK Percentages of Color #acbae6

%25
%19
%0
%10

Triadic Colors of #acbae6

#acbae6 #e6acba #bae6ac

Analogous Colors of #acbae6

#acbae6 #bbace6 #acd7e6

Monochromatic Colors of #acbae6

#acbae6

Complementary Color

#acbae6 #e6d8ac

#acbae6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acbae6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acbae6 Color CSS Codes

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

#acbae6 Text Font Color

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

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


#acbae6 Background Color

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

This div background color is #acbae6


#acbae6 Border Color

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

This div border color is #acbae6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acbae6


Comments

No comments written yet.

Please login to write comment.