Color Hex Logo

#accbdd Color Hex

#ACCBDD
(172,203,221)
0 Favorites   0 Comments

Color spaces of #accbdd

RGB 172203221
HSL0.560.420.77
HSV202°22°87°
CMYK 0.220.080.00   0.13
XYZ51.420356.703076.6412
Yxy56.70300.27830.3069
Hunter Lab75.3014-9.8870-7.6339
CIE-Lab80.0123-6.4324-12.3704

#accbdd color RGB value is (172,203,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001011 11011101
Octal 254 313 335
Decimal 172 203 221
Hex AC CB DD

RGB Percentages of Color #accbdd

%28.86
%34.06
%37.08

CMYK Percentages of Color #accbdd

%22
%8
%0
%13

Triadic Colors of #accbdd

#accbdd #ddaccb #cbddac

Analogous Colors of #accbdd

#accbdd #acb3dd #acddd7

Monochromatic Colors of #accbdd

#accbdd

Complementary Color

#accbdd #ddbeac

#accbdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#accbdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#accbdd Color CSS Codes

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

#accbdd Text Font Color

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

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


#accbdd Background Color

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

This div background color is #accbdd


#accbdd Border Color

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

This div border color is #accbdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #accbdd


Comments

No comments written yet.

Please login to write comment.