Color Hex Logo

#abd1df Color Hex

#ABD1DF
(171,209,223)
0 Favorites   0 Comments

Color spaces of #abd1df

RGB 171209223
HSL0.540.450.77
HSV196°23°87°
CMYK 0.230.060.00   0.13
XYZ52.914359.586678.5245
Yxy59.58660.27700.3119
Hunter Lab77.1924-12.7273-6.2785
CIE-Lab81.6130-9.4239-11.0560

#abd1df color RGB value is (171,209,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11010001 11011111
Octal 253 321 337
Decimal 171 209 223
Hex AB D1 DF

RGB Percentages of Color #abd1df

%28.36
%34.66
%36.98

CMYK Percentages of Color #abd1df

%23
%6
%0
%13

Triadic Colors of #abd1df

#abd1df #dfabd1 #d1dfab

Analogous Colors of #abd1df

#abd1df #abb7df #abdfd3

Monochromatic Colors of #abd1df

#abd1df

Complementary Color

#abd1df #dfb9ab

#abd1df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abd1df Color Preview on White Background

Lorem ipsum dolor sit amet.

#abd1df Color CSS Codes

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

#abd1df Text Font Color

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

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


#abd1df Background Color

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

This div background color is #abd1df


#abd1df Border Color

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

This div border color is #abd1df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abd1df


Comments

No comments written yet.

Please login to write comment.