Color Hex Logo

#acebfc Color Hex

#ACEBFC
(172,235,252)
0 Favorites   0 Comments

Color spaces of #acebfc

RGB 172235252
HSL0.540.930.83
HSV193°32°99°
CMYK 0.320.070.00   0.01
XYZ64.292375.2156103.2250
Yxy75.21560.26490.3099
Hunter Lab86.7269-19.4467-9.8599
CIE-Lab89.4939-15.8036-14.5879

#acebfc color RGB value is (172,235,252).

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

The process color (four color CMYK) of #acebfc color hex is 0.32, 0.07, 0.00, 0.01. Web safe color of #acebfc is #99ffff. Color #acebfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11101011 11111100
Octal 254 353 374
Decimal 172 235 252
Hex AC EB FC

RGB Percentages of Color #acebfc

%26.10
%35.66
%38.24

CMYK Percentages of Color #acebfc

%32
%7
%0
%1

Triadic Colors of #acebfc

#acebfc #fcaceb #ebfcac

Analogous Colors of #acebfc

#acebfc #acc3fc #acfce5

Monochromatic Colors of #acebfc

#acebfc

Complementary Color

#acebfc #fcbdac

#acebfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acebfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#acebfc Color CSS Codes

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

#acebfc Text Font Color

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

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


#acebfc Background Color

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

This div background color is #acebfc


#acebfc Border Color

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

This div border color is #acebfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acebfc


Comments

No comments written yet.

Please login to write comment.