Color Hex Logo

#acbbee Color Hex

#ACBBEE
(172,187,238)
0 Favorites   0 Comments

Color spaces of #acbbee

RGB 172187238
HSL0.630.660.80
HSV226°28°93°
CMYK 0.280.210.00   0.07
XYZ50.216250.484487.9867
Yxy50.48440.26610.2676
Hunter Lab71.05241.8131-23.6843
CIE-Lab76.36566.0805-27.0358

#acbbee color RGB value is (172,187,238).

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

The process color (four color CMYK) of #acbbee color hex is 0.28, 0.21, 0.00, 0.07. Web safe color of #acbbee is #99ccff. Color #acbbee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111011 11101110
Octal 254 273 356
Decimal 172 187 238
Hex AC BB EE

RGB Percentages of Color #acbbee

%28.81
%31.32
%39.87

CMYK Percentages of Color #acbbee

%28
%21
%0
%7

Triadic Colors of #acbbee

#acbbee #eeacbb #bbeeac

Analogous Colors of #acbbee

#acbbee #beacee #acdcee

Monochromatic Colors of #acbbee

#acbbee

Complementary Color

#acbbee #eedfac

#acbbee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acbbee Color Preview on White Background

Lorem ipsum dolor sit amet.

#acbbee Color CSS Codes

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

#acbbee Text Font Color

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

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


#acbbee Background Color

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

This div background color is #acbbee


#acbbee Border Color

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

This div border color is #acbbee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acbbee


Comments

No comments written yet.

Please login to write comment.