Color Hex Logo

#abbddf Color Hex

#ABBDDF
(171,189,223)
0 Favorites   0 Comments

Color spaces of #abbddf

RGB 171189223
HSL0.610.450.77
HSV219°23°87°
CMYK 0.230.150.00   0.13
XYZ48.311550.380876.9902
Yxy50.38080.27500.2868
Hunter Lab70.9794-2.7196-14.6253
CIE-Lab76.30241.1765-19.0364

#abbddf color RGB value is (171,189,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10111101 11011111
Octal 253 275 337
Decimal 171 189 223
Hex AB BD DF

RGB Percentages of Color #abbddf

%29.33
%32.42
%38.25

CMYK Percentages of Color #abbddf

%23
%15
%0
%13

Triadic Colors of #abbddf

#abbddf #dfabbd #bddfab

Analogous Colors of #abbddf

#abbddf #b3abdf #abd7df

Monochromatic Colors of #abbddf

#abbddf

Complementary Color

#abbddf #dfcdab

#abbddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abbddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#abbddf Color CSS Codes

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

#abbddf Text Font Color

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

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


#abbddf Background Color

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

This div background color is #abbddf


#abbddf Border Color

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

This div border color is #abbddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abbddf


Comments

No comments written yet.

Please login to write comment.