Color Hex Logo

#acdcee Color Hex

#ACDCEE
(172,220,238)
0 Favorites   0 Comments

Color spaces of #acdcee

RGB 172220238
HSL0.550.660.80
HSV196°28°93°
CMYK 0.280.080.00   0.07
XYZ58.039166.130190.5943
Yxy66.13010.27020.3079
Hunter Lab81.3204-14.9137-9.1272
CIE-Lab85.0627-11.4217-13.8632

#acdcee color RGB value is (172,220,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011100 11101110
Octal 254 334 356
Decimal 172 220 238
Hex AC DC EE

RGB Percentages of Color #acdcee

%27.30
%34.92
%37.78

CMYK Percentages of Color #acdcee

%28
%8
%0
%7

Triadic Colors of #acdcee

#acdcee #eeacdc #dceeac

Analogous Colors of #acdcee

#acdcee #acbbee #aceedf

Monochromatic Colors of #acdcee

#acdcee

Complementary Color

#acdcee #eebeac

#acdcee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acdcee Color Preview on White Background

Lorem ipsum dolor sit amet.

#acdcee Color CSS Codes

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

#acdcee Text Font Color

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

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


#acdcee Background Color

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

This div background color is #acdcee


#acdcee Border Color

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

This div border color is #acdcee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acdcee

#acdcee Color Palettes


Comments

No comments written yet.

Please login to write comment.