Color Hex Logo

#acebfa Color Hex

#ACEBFA
(172,235,250)
0 Favorites   0 Comments

Color spaces of #acebfa

RGB 172235250
HSL0.530.890.83
HSV192°31°98°
CMYK 0.310.060.00   0.02
XYZ63.976975.0894101.5643
Yxy75.08940.26590.3121
Hunter Lab86.6541-19.8579-8.8338
CIE-Lab89.4349-16.2681-13.6304

#acebfa color RGB value is (172,235,250).

#acebfa hex color red value is 172, green value is 235 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #acebfa hue: 0.53 , saturation: 0.89 and the lightness value of acebfa is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11101011 11111010
Octal 254 353 372
Decimal 172 235 250
Hex AC EB FA

RGB Percentages of Color #acebfa

%26.18
%35.77
%38.05

CMYK Percentages of Color #acebfa

%31
%6
%0
%2

Triadic Colors of #acebfa

#acebfa #faaceb #ebfaac

Analogous Colors of #acebfa

#acebfa #acc4fa #acfae2

Monochromatic Colors of #acebfa

#acebfa

Complementary Color

#acebfa #fabbac

#acebfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acebfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#acebfa Color CSS Codes

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

#acebfa Text Font Color

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

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


#acebfa Background Color

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

This div background color is #acebfa


#acebfa Border Color

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

This div border color is #acebfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acebfa

Related Colors


Comments

No comments written yet.

Please login to write comment.