Color Hex Logo

#abcddd Color Hex

#ABCDDD
(171,205,221)
0 Favorites   0 Comments

Color spaces of #abcddd

RGB 171205221
HSL0.550.420.77
HSV199°23°87°
CMYK 0.230.070.00   0.13
XYZ51.677157.541076.7895
Yxy57.54100.27780.3093
Hunter Lab75.8558-11.1437-6.9208
CIE-Lab80.4829-7.7841-11.6736

#abcddd color RGB value is (171,205,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11001101 11011101
Octal 253 315 335
Decimal 171 205 221
Hex AB CD DD

RGB Percentages of Color #abcddd

%28.64
%34.34
%37.02

CMYK Percentages of Color #abcddd

%23
%7
%0
%13

Triadic Colors of #abcddd

#abcddd #ddabcd #cdddab

Analogous Colors of #abcddd

#abcddd #abb4dd #abddd4

Monochromatic Colors of #abcddd

#abcddd

Complementary Color

#abcddd #ddbbab

#abcddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abcddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#abcddd Color CSS Codes

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

#abcddd Text Font Color

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

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


#abcddd Background Color

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

This div background color is #abcddd


#abcddd Border Color

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

This div border color is #abcddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abcddd


Comments

No comments written yet.

Please login to write comment.