Color Hex Logo

#acbeeb Color Hex

#ACBEEB
(172,190,235)
0 Favorites   0 Comments

Color spaces of #acbeeb

RGB 172190235
HSL0.620.610.80
HSV223°27°92°
CMYK 0.270.190.00   0.08
XYZ50.422151.595785.8987
Yxy51.59570.26830.2746
Hunter Lab71.8301-0.4024-20.6214
CIE-Lab77.03853.7321-24.3904

#acbeeb color RGB value is (172,190,235).

#acbeeb hex color red value is 172, green value is 190 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #acbeeb hue: 0.62 , saturation: 0.61 and the lightness value of acbeeb is 0.80.

The process color (four color CMYK) of #acbeeb color hex is 0.27, 0.19, 0.00, 0.08. Web safe color of #acbeeb is #99ccff. Color #acbeeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111110 11101011
Octal 254 276 353
Decimal 172 190 235
Hex AC BE EB

RGB Percentages of Color #acbeeb

%28.81
%31.83
%39.36

CMYK Percentages of Color #acbeeb

%27
%19
%0
%8

Triadic Colors of #acbeeb

#acbeeb #ebacbe #beebac

Analogous Colors of #acbeeb

#acbeeb #baaceb #acdeeb

Monochromatic Colors of #acbeeb

#acbeeb

Complementary Color

#acbeeb #ebd9ac

#acbeeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acbeeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#acbeeb Color CSS Codes

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

#acbeeb Text Font Color

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

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


#acbeeb Background Color

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

This div background color is #acbeeb


#acbeeb Border Color

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

This div border color is #acbeeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acbeeb


Comments

No comments written yet.

Please login to write comment.