Color Hex Logo

#acebfd Color Hex

#ACEBFD
(172,235,253)
0 Favorites   0 Comments

Color spaces of #acebfd

RGB 172235253
HSL0.540.950.83
HSV193°32°99°
CMYK 0.320.070.00   0.01
XYZ64.451275.2792104.0619
Yxy75.27920.26440.3088
Hunter Lab86.7636-19.2399-10.3763
CIE-Lab89.5236-15.5705-15.0662

#acebfd color RGB value is (172,235,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11101011 11111101
Octal 254 353 375
Decimal 172 235 253
Hex AC EB FD

RGB Percentages of Color #acebfd

%26.06
%35.61
%38.33

CMYK Percentages of Color #acebfd

%32
%7
%0
%1

Triadic Colors of #acebfd

#acebfd #fdaceb #ebfdac

Analogous Colors of #acebfd

#acebfd #acc3fd #acfde7

Monochromatic Colors of #acebfd

#acebfd

Complementary Color

#acebfd #fdbeac

#acebfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acebfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#acebfd Color CSS Codes

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

#acebfd Text Font Color

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

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


#acebfd Background Color

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

This div background color is #acebfd


#acebfd Border Color

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

This div border color is #acebfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acebfd


Comments

No comments written yet.

Please login to write comment.