Color Hex Logo

#acdffe Color Hex

#ACDFFE
(172,223,254)
0 Favorites   0 Comments

Color spaces of #acdffe

RGB 172223254
HSL0.560.980.84
HSV203°32°100°
CMYK 0.320.120.00   0.00
XYZ61.290368.7018103.7964
Yxy68.70180.26220.2939
Hunter Lab82.8865-13.0600-16.2265
CIE-Lab86.3562-9.2195-20.3596

#acdffe color RGB value is (172,223,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011111 11111110
Octal 254 337 376
Decimal 172 223 254
Hex AC DF FE

RGB Percentages of Color #acdffe

%26.50
%34.36
%39.14

CMYK Percentages of Color #acdffe

%32
%12
%0
%0

Triadic Colors of #acdffe

#acdffe #feacdf #dffeac

Analogous Colors of #acdffe

#acdffe #acb6fe #acfef4

Monochromatic Colors of #acdffe

#acdffe

Complementary Color

#acdffe #fecbac

#acdffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acdffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#acdffe Color CSS Codes

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

#acdffe Text Font Color

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

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


#acdffe Background Color

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

This div background color is #acdffe


#acdffe Border Color

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

This div border color is #acdffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acdffe


Comments

No comments written yet.

Please login to write comment.