Color Hex Logo

#accbdc Color Hex

#ACCBDC
(172,203,220)
0 Favorites   0 Comments

Color spaces of #accbdc

RGB 172203220
HSL0.560.410.77
HSV201°22°86°
CMYK 0.220.080.00   0.14
XYZ51.287556.649875.9415
Yxy56.64980.27890.3081
Hunter Lab75.2661-10.0828-7.1358
CIE-Lab79.9822-6.6540-11.8791

#accbdc color RGB value is (172,203,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001011 11011100
Octal 254 313 334
Decimal 172 203 220
Hex AC CB DC

RGB Percentages of Color #accbdc

%28.91
%34.12
%36.97

CMYK Percentages of Color #accbdc

%22
%8
%0
%14

Triadic Colors of #accbdc

#accbdc #dcaccb #cbdcac

Analogous Colors of #accbdc

#accbdc #acb3dc #acdcd5

Monochromatic Colors of #accbdc

#accbdc

Complementary Color

#accbdc #dcbdac

#accbdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#accbdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#accbdc Color CSS Codes

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

#accbdc Text Font Color

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

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


#accbdc Background Color

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

This div background color is #accbdc


#accbdc Border Color

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

This div border color is #accbdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #accbdc


Comments

No comments written yet.

Please login to write comment.