Color Hex Logo

#acadee Color Hex

#ACADEE
(172,173,238)
0 Favorites   0 Comments

Color spaces of #acadee

RGB 172173238
HSL0.660.660.80
HSV239°28°93°
CMYK 0.280.270.00   0.07
XYZ47.389444.830887.0444
Yxy44.83080.26440.2501
Hunter Lab66.95589.1645-30.2096
CIE-Lab72.780313.8027-32.5499

#acadee color RGB value is (172,173,238).

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

The process color (four color CMYK) of #acadee color hex is 0.28, 0.27, 0.00, 0.07. Web safe color of #acadee is #9999ff. Color #acadee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101101 11101110
Octal 254 255 356
Decimal 172 173 238
Hex AC AD EE

RGB Percentages of Color #acadee

%29.50
%29.67
%40.82

CMYK Percentages of Color #acadee

%28
%27
%0
%7

Triadic Colors of #acadee

#acadee #eeacad #adeeac

Analogous Colors of #acadee

#acadee #ccacee #acceee

Monochromatic Colors of #acadee

#acadee

Complementary Color

#acadee #eeedac

#acadee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acadee Color Preview on White Background

Lorem ipsum dolor sit amet.

#acadee Color CSS Codes

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

#acadee Text Font Color

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

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


#acadee Background Color

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

This div background color is #acadee


#acadee Border Color

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

This div border color is #acadee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acadee


Comments

No comments written yet.

Please login to write comment.