Color Hex Logo

#abbddd Color Hex

#ABBDDD
(171,189,221)
0 Favorites   0 Comments

Color spaces of #abbddd

RGB 171189221
HSL0.610.420.77
HSV218°23°87°
CMYK 0.230.140.00   0.13
XYZ48.043350.273675.5782
Yxy50.27360.27630.2891
Hunter Lab70.9039-3.1331-13.5660
CIE-Lab76.23690.7191-18.0533

#abbddd color RGB value is (171,189,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10111101 11011101
Octal 253 275 335
Decimal 171 189 221
Hex AB BD DD

RGB Percentages of Color #abbddd

%29.43
%32.53
%38.04

CMYK Percentages of Color #abbddd

%23
%14
%0
%13

Triadic Colors of #abbddd

#abbddd #ddabbd #bdddab

Analogous Colors of #abbddd

#abbddd #b2abdd #abd6dd

Monochromatic Colors of #abbddd

#abbddd

Complementary Color

#abbddd #ddcbab

#abbddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abbddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#abbddd Color CSS Codes

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

#abbddd Text Font Color

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

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


#abbddd Background Color

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

This div background color is #abbddd


#abbddd Border Color

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

This div border color is #abbddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abbddd

#abbddd Color Palettes


Comments

No comments written yet.

Please login to write comment.