Color Hex Logo

#accdee Color Hex

#ACCDEE
(172,205,238)
0 Favorites   0 Comments

Color spaces of #accdee

RGB 172205238
HSL0.580.660.80
HSV210°28°93°
CMYK 0.280.140.00   0.07
XYZ54.277258.606389.3404
Yxy58.60630.26840.2898
Hunter Lab76.5548-7.4146-15.6039
CIE-Lab81.0747-3.6023-19.8672

#accdee color RGB value is (172,205,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001101 11101110
Octal 254 315 356
Decimal 172 205 238
Hex AC CD EE

RGB Percentages of Color #accdee

%27.97
%33.33
%38.70

CMYK Percentages of Color #accdee

%28
%14
%0
%7

Triadic Colors of #accdee

#accdee #eeaccd #cdeeac

Analogous Colors of #accdee

#accdee #acacee #aceeee

Monochromatic Colors of #accdee

#accdee

Complementary Color

#accdee #eecdac

#accdee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#accdee Color Preview on White Background

Lorem ipsum dolor sit amet.

#accdee Color CSS Codes

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

#accdee Text Font Color

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

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


#accdee Background Color

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

This div background color is #accdee


#accdee Border Color

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

This div border color is #accdee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #accdee


Comments

No comments written yet.

Please login to write comment.