Color Hex Logo

#accddf Color Hex

#ACCDDF
(172,205,223)
0 Favorites   0 Comments

Color spaces of #accddf

RGB 172205223
HSL0.560.440.77
HSV201°23°87°
CMYK 0.230.080.00   0.13
XYZ52.163957.761078.2117
Yxy57.76100.27730.3070
Hunter Lab76.0007-10.4857-7.8144
CIE-Lab80.6057-7.0360-12.5542

#accddf color RGB value is (172,205,223).

#accddf hex color red value is 172, green value is 205 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #accddf hue: 0.56 , saturation: 0.44 and the lightness value of accddf is 0.77.

The process color (four color CMYK) of #accddf color hex is 0.23, 0.08, 0.00, 0.13. Web safe color of #accddf is #99cccc. Color #accddf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001101 11011111
Octal 254 315 337
Decimal 172 205 223
Hex AC CD DF

RGB Percentages of Color #accddf

%28.67
%34.17
%37.17

CMYK Percentages of Color #accddf

%23
%8
%0
%13

Triadic Colors of #accddf

#accddf #dfaccd #cddfac

Analogous Colors of #accddf

#accddf #acb4df #acdfd8

Monochromatic Colors of #accddf

#accddf

Complementary Color

#accddf #dfbeac

#accddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#accddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#accddf Color CSS Codes

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

#accddf Text Font Color

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

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


#accddf Background Color

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

This div background color is #accddf


#accddf Border Color

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

This div border color is #accddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #accddf


Comments

No comments written yet.

Please login to write comment.