Color Hex Logo

#acdade Color Hex

#ACDADE
(172,218,222)
0 Favorites   0 Comments

Color spaces of #acdade

RGB 172218222
HSL0.510.430.77
HSV185°23°87°
CMYK 0.230.020.00   0.13
XYZ55.269564.187478.5836
Yxy64.18740.27910.3241
Hunter Lab80.1170-17.0649-2.0733
CIE-Lab84.0632-13.9712-6.8764

#acdade color RGB value is (172,218,222).

#acdade hex color red value is 172, green value is 218 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #acdade hue: 0.51 , saturation: 0.43 and the lightness value of acdade is 0.77.

The process color (four color CMYK) of #acdade color hex is 0.23, 0.02, 0.00, 0.13. Web safe color of #acdade is #99cccc. Color #acdade contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011010 11011110
Octal 254 332 336
Decimal 172 218 222
Hex AC DA DE

RGB Percentages of Color #acdade

%28.10
%35.62
%36.27

CMYK Percentages of Color #acdade

%23
%2
%0
%13

Triadic Colors of #acdade

#acdade #deacda #dadeac

Analogous Colors of #acdade

#acdade #acc1de #acdec9

Monochromatic Colors of #acdade

#acdade

Complementary Color

#acdade #deb0ac

#acdade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acdade Color Preview on White Background

Lorem ipsum dolor sit amet.

#acdade Color CSS Codes

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

#acdade Text Font Color

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

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


#acdade Background Color

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

This div background color is #acdade


#acdade Border Color

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

This div border color is #acdade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acdade


Comments

No comments written yet.

Please login to write comment.