Color Hex Logo

#abccdd Color Hex

#ABCCDD
(171,204,221)
0 Favorites   0 Comments

Color spaces of #abccdd

RGB 171204221
HSL0.560.420.77
HSV200°23°87°
CMYK 0.230.080.00   0.13
XYZ51.438657.064176.7100
Yxy57.06410.27770.3081
Hunter Lab75.5408-10.6489-7.3291
CIE-Lab80.2156-7.2607-12.0730

#abccdd color RGB value is (171,204,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11001100 11011101
Octal 253 314 335
Decimal 171 204 221
Hex AB CC DD

RGB Percentages of Color #abccdd

%28.69
%34.23
%37.08

CMYK Percentages of Color #abccdd

%23
%8
%0
%13

Triadic Colors of #abccdd

#abccdd #ddabcc #ccddab

Analogous Colors of #abccdd

#abccdd #abb3dd #abddd5

Monochromatic Colors of #abccdd

#abccdd

Complementary Color

#abccdd #ddbcab

#abccdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abccdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#abccdd Color CSS Codes

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

#abccdd Text Font Color

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

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


#abccdd Background Color

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

This div background color is #abccdd


#abccdd Border Color

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

This div border color is #abccdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abccdd


Comments

No comments written yet.

Please login to write comment.