Color Hex Logo

#abbdd8 Color Hex

#ABBDD8
(171,189,216)
0 Favorites   0 Comments

Color spaces of #abbdd8

RGB 171189216
HSL0.600.370.76
HSV216°21°85°
CMYK 0.210.130.00   0.15
XYZ47.386950.011072.1213
Yxy50.01100.27950.2950
Hunter Lab70.7185-4.1483-10.9632
CIE-Lab76.0760-0.4097-15.5886

#abbdd8 color RGB value is (171,189,216).

#abbdd8 hex color red value is 171, green value is 189 and the blue value of its RGB is 216. Cylindrical-coordinate representations (also known as HSL) of color #abbdd8 hue: 0.60 , saturation: 0.37 and the lightness value of abbdd8 is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10111101 11011000
Octal 253 275 330
Decimal 171 189 216
Hex AB BD D8

RGB Percentages of Color #abbdd8

%29.69
%32.81
%37.50

CMYK Percentages of Color #abbdd8

%21
%13
%0
%15

Triadic Colors of #abbdd8

#abbdd8 #d8abbd #bdd8ab

Analogous Colors of #abbdd8

#abbdd8 #b0abd8 #abd4d8

Monochromatic Colors of #abbdd8

#abbdd8

Complementary Color

#abbdd8 #d8c6ab

#abbdd8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abbdd8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abbdd8 Color CSS Codes

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

#abbdd8 Text Font Color

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

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


#abbdd8 Background Color

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

This div background color is #abbdd8


#abbdd8 Border Color

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

This div border color is #abbdd8


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,189,216, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abbdd8


Comments

No comments written yet.

Please login to write comment.