Color Hex Logo

#acdee9 Color Hex

#ACDEE9
(172,222,233)
2 Favorites   0 Comments

Color spaces of #acdee9

RGB 172222233
HSL0.530.580.79
HSV191°26°91°
CMYK 0.260.050.00   0.09
XYZ57.842566.896486.9545
Yxy66.89640.27320.3160
Hunter Lab81.7902-16.8967-5.7805
CIE-Lab85.4516-13.5773-10.6390

#acdee9 color RGB value is (172,222,233).

#acdee9 hex color red value is 172, green value is 222 and the blue value of its RGB is 233. Cylindrical-coordinate representations (also known as HSL) of color #acdee9 hue: 0.53 , saturation: 0.58 and the lightness value of acdee9 is 0.79.

The process color (four color CMYK) of #acdee9 color hex is 0.26, 0.05, 0.00, 0.09. Web safe color of #acdee9 is #99ccff. Color #acdee9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011110 11101001
Octal 254 336 351
Decimal 172 222 233
Hex AC DE E9

RGB Percentages of Color #acdee9

%27.43
%35.41
%37.16

CMYK Percentages of Color #acdee9

%26
%5
%0
%9

Triadic Colors of #acdee9

#acdee9 #e9acde #dee9ac

Analogous Colors of #acdee9

#acdee9 #acc0e9 #ace9d6

Monochromatic Colors of #acdee9

#acdee9

Complementary Color

#acdee9 #e9b7ac

#acdee9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acdee9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acdee9 Color CSS Codes

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

#acdee9 Text Font Color

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

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


#acdee9 Background Color

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

This div background color is #acdee9


#acdee9 Border Color

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

This div border color is #acdee9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acdee9


Comments

No comments written yet.

Please login to write comment.