Color Hex Logo

#acdefe Color Hex

#ACDEFE
(172,222,254)
0 Favorites   0 Comments

Color spaces of #acdefe

RGB 172222254
HSL0.570.980.84
HSV203°32°100°
CMYK 0.320.130.00   0.00
XYZ61.023968.1690103.7076
Yxy68.16900.26200.2927
Hunter Lab82.5645-12.5576-16.6778
CIE-Lab86.0909-8.7028-20.7609

#acdefe color RGB value is (172,222,254).

#acdefe hex color red value is 172, green value is 222 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #acdefe hue: 0.57 , saturation: 0.98 and the lightness value of acdefe is 0.84.

The process color (four color CMYK) of #acdefe color hex is 0.32, 0.13, 0.00, 0.00. Web safe color of #acdefe is #99ccff. Color #acdefe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011110 11111110
Octal 254 336 376
Decimal 172 222 254
Hex AC DE FE

RGB Percentages of Color #acdefe

%26.54
%34.26
%39.20

CMYK Percentages of Color #acdefe

%32
%13
%0
%0

Triadic Colors of #acdefe

#acdefe #feacde #defeac

Analogous Colors of #acdefe

#acdefe #acb5fe #acfef5

Monochromatic Colors of #acdefe

#acdefe

Complementary Color

#acdefe #feccac

#acdefe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acdefe Color Preview on White Background

Lorem ipsum dolor sit amet.

#acdefe Color CSS Codes

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

#acdefe Text Font Color

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

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


#acdefe Background Color

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

This div background color is #acdefe


#acdefe Border Color

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

This div border color is #acdefe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acdefe


Comments

No comments written yet.

Please login to write comment.