Color Hex Logo

#acbbea Color Hex

#ACBBEA
(172,187,234)
0 Favorites   0 Comments

Color spaces of #acbbea

RGB 172187234
HSL0.630.600.80
HSV225°26°92°
CMYK 0.260.200.00   0.08
XYZ49.634950.251884.9254
Yxy50.25180.26860.2719
Hunter Lab70.88850.9277-21.4083
CIE-Lab76.22365.1271-25.0947

#acbbea color RGB value is (172,187,234).

#acbbea hex color red value is 172, green value is 187 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #acbbea hue: 0.63 , saturation: 0.60 and the lightness value of acbbea is 0.80.

The process color (four color CMYK) of #acbbea color hex is 0.26, 0.20, 0.00, 0.08. Web safe color of #acbbea is #99ccff. Color #acbbea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111011 11101010
Octal 254 273 352
Decimal 172 187 234
Hex AC BB EA

RGB Percentages of Color #acbbea

%29.01
%31.53
%39.46

CMYK Percentages of Color #acbbea

%26
%20
%0
%8

Triadic Colors of #acbbea

#acbbea #eaacbb #bbeaac

Analogous Colors of #acbbea

#acbbea #bcacea #acdaea

Monochromatic Colors of #acbbea

#acbbea

Complementary Color

#acbbea #eadbac

#acbbea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acbbea Color Preview on White Background

Lorem ipsum dolor sit amet.

#acbbea Color CSS Codes

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

#acbbea Text Font Color

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

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


#acbbea Background Color

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

This div background color is #acbbea


#acbbea Border Color

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

This div border color is #acbbea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acbbea


Comments

No comments written yet.

Please login to write comment.