Color Hex Logo

#abdcdf Color Hex

#ABDCDF
(171,220,223)
0 Favorites   0 Comments

Color spaces of #abdcdf

RGB 171220223
HSL0.510.450.77
HSV183°23°87°
CMYK 0.230.010.00   0.13
XYZ55.707165.172079.4554
Yxy65.17200.27810.3253
Hunter Lab80.7292-18.1023-1.8441
CIE-Lab84.5723-15.0668-6.6597

#abdcdf color RGB value is (171,220,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011100 11011111
Octal 253 334 337
Decimal 171 220 223
Hex AB DC DF

RGB Percentages of Color #abdcdf

%27.85
%35.83
%36.32

CMYK Percentages of Color #abdcdf

%23
%1
%0
%13

Triadic Colors of #abdcdf

#abdcdf #dfabdc #dcdfab

Analogous Colors of #abdcdf

#abdcdf #abc2df #abdfc8

Monochromatic Colors of #abdcdf

#abdcdf

Complementary Color

#abdcdf #dfaeab

#abdcdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abdcdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#abdcdf Color CSS Codes

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

#abdcdf Text Font Color

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

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


#abdcdf Background Color

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

This div background color is #abdcdf


#abdcdf Border Color

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

This div border color is #abdcdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abdcdf


Comments

No comments written yet.

Please login to write comment.