Color Hex Logo

#acdaed Color Hex

#ACDAED
(172,218,237)
0 Favorites   0 Comments

Color spaces of #acdaed

RGB 172218237
HSL0.550.640.80
HSV198°27°93°
CMYK 0.270.080.00   0.07
XYZ57.370765.027989.6486
Yxy65.02790.27060.3067
Hunter Lab80.6399-14.1272-9.4657
CIE-Lab84.4981-10.6226-14.1799

#acdaed color RGB value is (172,218,237).

#acdaed hex color red value is 172, green value is 218 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #acdaed hue: 0.55 , saturation: 0.64 and the lightness value of acdaed is 0.80.

The process color (four color CMYK) of #acdaed color hex is 0.27, 0.08, 0.00, 0.07. Web safe color of #acdaed is #99ccff. Color #acdaed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011010 11101101
Octal 254 332 355
Decimal 172 218 237
Hex AC DA ED

RGB Percentages of Color #acdaed

%27.43
%34.77
%37.80

CMYK Percentages of Color #acdaed

%27
%8
%0
%7

Triadic Colors of #acdaed

#acdaed #edacda #daedac

Analogous Colors of #acdaed

#acdaed #acbaed #acede0

Monochromatic Colors of #acdaed

#acdaed

Complementary Color

#acdaed #edbfac

#acdaed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acdaed Color Preview on White Background

Lorem ipsum dolor sit amet.

#acdaed Color CSS Codes

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

#acdaed Text Font Color

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

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


#acdaed Background Color

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

This div background color is #acdaed


#acdaed Border Color

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

This div border color is #acdaed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acdaed


Comments

No comments written yet.

Please login to write comment.