Color Hex Logo

#acebef Color Hex

#ACEBEF
(172,235,239)
0 Favorites   0 Comments

Color spaces of #acebef

RGB 172235239
HSL0.510.680.81
HSV184°28°94°
CMYK 0.280.020.00   0.06
XYZ62.301674.419392.7421
Yxy74.41930.27150.3243
Hunter Lab86.2666-22.0542-3.3539
CIE-Lab89.1203-18.7709-8.3424

#acebef color RGB value is (172,235,239).

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

The process color (four color CMYK) of #acebef color hex is 0.28, 0.02, 0.00, 0.06. Web safe color of #acebef is #99ffff. Color #acebef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11101011 11101111
Octal 254 353 357
Decimal 172 235 239
Hex AC EB EF

RGB Percentages of Color #acebef

%26.63
%36.38
%37.00

CMYK Percentages of Color #acebef

%28
%2
%0
%6

Triadic Colors of #acebef

#acebef #efaceb #ebefac

Analogous Colors of #acebef

#acebef #accaef #acefd2

Monochromatic Colors of #acebef

#acebef

Complementary Color

#acebef #efb0ac

#acebef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acebef Color Preview on White Background

Lorem ipsum dolor sit amet.

#acebef Color CSS Codes

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

#acebef Text Font Color

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

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


#acebef Background Color

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

This div background color is #acebef


#acebef Border Color

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

This div border color is #acebef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,235,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 #acebef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acebef


Comments

No comments written yet.

Please login to write comment.