Color Hex Logo

#acbbe7 Color Hex

#ACBBE7
(172,187,231)
0 Favorites   0 Comments

Color spaces of #acbbe7

RGB 172187231
HSL0.620.550.79
HSV225°26°91°
CMYK 0.260.190.00   0.09
XYZ49.207450.080882.6744
Yxy50.08080.27040.2752
Hunter Lab70.76780.2739-19.7280
CIE-Lab76.11884.4192-23.6341

#acbbe7 color RGB value is (172,187,231).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111011 11100111
Octal 254 273 347
Decimal 172 187 231
Hex AC BB E7

RGB Percentages of Color #acbbe7

%29.15
%31.69
%39.15

CMYK Percentages of Color #acbbe7

%26
%19
%0
%9

Triadic Colors of #acbbe7

#acbbe7 #e7acbb #bbe7ac

Analogous Colors of #acbbe7

#acbbe7 #bbace7 #acd9e7

Monochromatic Colors of #acbbe7

#acbbe7

Complementary Color

#acbbe7 #e7d8ac

#acbbe7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acbbe7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acbbe7 Color CSS Codes

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

#acbbe7 Text Font Color

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

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


#acbbe7 Background Color

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

This div background color is #acbbe7


#acbbe7 Border Color

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

This div border color is #acbbe7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acbbe7


Comments

No comments written yet.

Please login to write comment.