Color Hex Logo

#acbbe9 Color Hex

#ACBBE9
(172,187,233)
0 Favorites   0 Comments

Color spaces of #acbbe9

RGB 172187233
HSL0.630.580.79
HSV225°26°91°
CMYK 0.260.200.00   0.09
XYZ49.491650.194584.1708
Yxy50.19450.26920.2730
Hunter Lab70.84810.7087-20.8456
CIE-Lab76.18854.8904-24.6083

#acbbe9 color RGB value is (172,187,233).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111011 11101001
Octal 254 273 351
Decimal 172 187 233
Hex AC BB E9

RGB Percentages of Color #acbbe9

%29.05
%31.59
%39.36

CMYK Percentages of Color #acbbe9

%26
%20
%0
%9

Triadic Colors of #acbbe9

#acbbe9 #e9acbb #bbe9ac

Analogous Colors of #acbbe9

#acbbe9 #bcace9 #acdae9

Monochromatic Colors of #acbbe9

#acbbe9

Complementary Color

#acbbe9 #e9daac

#acbbe9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acbbe9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acbbe9 Color CSS Codes

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

#acbbe9 Text Font Color

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

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


#acbbe9 Background Color

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

This div background color is #acbbe9


#acbbe9 Border Color

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

This div border color is #acbbe9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acbbe9


Comments

No comments written yet.

Please login to write comment.