Color Hex Logo

#abdcde Color Hex

#ABDCDE
(171,220,222)
0 Favorites   0 Comments

Color spaces of #abdcde

RGB 171220222
HSL0.510.440.77
HSV182°23°87°
CMYK 0.230.010.00   0.13
XYZ55.572665.118378.7473
Yxy65.11830.27860.3265
Hunter Lab80.6959-18.2908-1.3712
CIE-Lab84.5447-15.2848-6.1709

#abdcde color RGB value is (171,220,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011100 11011110
Octal 253 334 336
Decimal 171 220 222
Hex AB DC DE

RGB Percentages of Color #abdcde

%27.90
%35.89
%36.22

CMYK Percentages of Color #abdcde

%23
%1
%0
%13

Triadic Colors of #abdcde

#abdcde #deabdc #dcdeab

Analogous Colors of #abdcde

#abdcde #abc3de #abdec7

Monochromatic Colors of #abdcde

#abdcde

Complementary Color

#abdcde #deadab

#abdcde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abdcde Color Preview on White Background

Lorem ipsum dolor sit amet.

#abdcde Color CSS Codes

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

#abdcde Text Font Color

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

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


#abdcde Background Color

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

This div background color is #abdcde


#abdcde Border Color

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

This div border color is #abdcde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abdcde


Comments

No comments written yet.

Please login to write comment.