Color Hex Logo

#abbcdd Color Hex

#ABBCDD
(171,188,221)
0 Favorites   0 Comments

Color spaces of #abbcdd

RGB 171188221
HSL0.610.420.77
HSV220°23°87°
CMYK 0.230.150.00   0.13
XYZ47.829049.844875.5068
Yxy49.84480.27620.2878
Hunter Lab70.6008-2.6255-13.9894
CIE-Lab75.97391.2596-18.4510

#abbcdd color RGB value is (171,188,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10111100 11011101
Octal 253 274 335
Decimal 171 188 221
Hex AB BC DD

RGB Percentages of Color #abbcdd

%29.48
%32.41
%38.10

CMYK Percentages of Color #abbcdd

%23
%15
%0
%13

Triadic Colors of #abbcdd

#abbcdd #ddabbc #bcddab

Analogous Colors of #abbcdd

#abbcdd #b3abdd #abd5dd

Monochromatic Colors of #abbcdd

#abbcdd

Complementary Color

#abbcdd #ddccab

#abbcdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abbcdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#abbcdd Color CSS Codes

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

#abbcdd Text Font Color

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

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


#abbcdd Background Color

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

This div background color is #abbcdd


#abbcdd Border Color

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

This div border color is #abbcdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abbcdd


Comments

No comments written yet.

Please login to write comment.