Color Hex Logo

#acbeef Color Hex

#ACBEEF
(172,190,239)
0 Favorites   0 Comments

Color spaces of #acbeef

RGB 172190239
HSL0.620.680.81
HSV224°28°94°
CMYK 0.280.210.00   0.06
XYZ51.006751.829688.9771
Yxy51.82960.26590.2702
Hunter Lab71.99280.4794-22.8826
CIE-Lab77.17884.6853-26.3301

#acbeef color RGB value is (172,190,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111110 11101111
Octal 254 276 357
Decimal 172 190 239
Hex AC BE EF

RGB Percentages of Color #acbeef

%28.62
%31.61
%39.77

CMYK Percentages of Color #acbeef

%28
%21
%0
%6

Triadic Colors of #acbeef

#acbeef #efacbe #beefac

Analogous Colors of #acbeef

#acbeef #bcacef #ace0ef

Monochromatic Colors of #acbeef

#acbeef

Complementary Color

#acbeef #efddac

#acbeef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acbeef Color Preview on White Background

Lorem ipsum dolor sit amet.

#acbeef Color CSS Codes

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

#acbeef Text Font Color

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

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


#acbeef Background Color

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

This div background color is #acbeef


#acbeef Border Color

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

This div border color is #acbeef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acbeef


Comments

No comments written yet.

Please login to write comment.