Color Hex Logo

#acdafe Color Hex

#ACDAFE
(172,218,254)
0 Favorites   0 Comments

Color spaces of #acdafe

RGB 172218254
HSL0.570.980.84
HSV206°32°100°
CMYK 0.320.140.00   0.00
XYZ59.974166.0692103.3576
Yxy66.06920.26140.2880
Hunter Lab81.2830-10.5401-18.4938
CIE-Lab85.0317-6.6252-22.3654

#acdafe color RGB value is (172,218,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011010 11111110
Octal 254 332 376
Decimal 172 218 254
Hex AC DA FE

RGB Percentages of Color #acdafe

%26.71
%33.85
%39.44

CMYK Percentages of Color #acdafe

%32
%14
%0
%0

Triadic Colors of #acdafe

#acdafe #feacda #dafeac

Analogous Colors of #acdafe

#acdafe #acb1fe #acfef9

Monochromatic Colors of #acdafe

#acdafe

Complementary Color

#acdafe #fed0ac

#acdafe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acdafe Color Preview on White Background

Lorem ipsum dolor sit amet.

#acdafe Color CSS Codes

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

#acdafe Text Font Color

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

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


#acdafe Background Color

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

This div background color is #acdafe


#acdafe Border Color

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

This div border color is #acdafe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acdafe

#acdafe Color Palettes


Comments

No comments written yet.

Please login to write comment.