Color Hex Logo

#accdec Color Hex

#ACCDEC
(172,205,236)
0 Favorites   0 Comments

Color spaces of #accdec

RGB 172205236
HSL0.580.630.80
HSV209°27°93°
CMYK 0.270.130.00   0.07
XYZ53.984958.489487.8012
Yxy58.48940.26960.2920
Hunter Lab76.4784-7.8367-14.5332
CIE-Lab81.0101-4.0699-18.8971

#accdec color RGB value is (172,205,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001101 11101100
Octal 254 315 354
Decimal 172 205 236
Hex AC CD EC

RGB Percentages of Color #accdec

%28.06
%33.44
%38.50

CMYK Percentages of Color #accdec

%27
%13
%0
%7

Triadic Colors of #accdec

#accdec #ecaccd #cdecac

Analogous Colors of #accdec

#accdec #acadec #aceceb

Monochromatic Colors of #accdec

#accdec

Complementary Color

#accdec #eccbac

#accdec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#accdec Color Preview on White Background

Lorem ipsum dolor sit amet.

#accdec Color CSS Codes

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

#accdec Text Font Color

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

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


#accdec Background Color

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

This div background color is #accdec


#accdec Border Color

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

This div border color is #accdec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #accdec


Comments

No comments written yet.

Please login to write comment.