Color Hex Logo

#abdcce Color Hex

#ABDCCE
(171,220,206)
0 Favorites   0 Comments

Color spaces of #abdcce

RGB 171220206
HSL0.450.410.77
HSV163°22°86°
CMYK 0.220.000.06   0.14
XYZ53.528464.300667.9825
Yxy64.30060.28810.3461
Hunter Lab80.1877-21.17275.8657
CIE-Lab84.1220-18.65381.6847

#abdcce color RGB value is (171,220,206).

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

The process color (four color CMYK) of #abdcce color hex is 0.22, 0.00, 0.06, 0.14. Web safe color of #abdcce is #99cccc. Color #abdcce contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011100 11001110
Octal 253 334 316
Decimal 171 220 206
Hex AB DC CE

RGB Percentages of Color #abdcce

%28.64
%36.85
%34.51

CMYK Percentages of Color #abdcce

%22
%0
%6
%14

Triadic Colors of #abdcce

#abdcce #ceabdc #dcceab

Analogous Colors of #abdcce

#abdcce #abd2dc #abdcb6

Monochromatic Colors of #abdcce

#abdcce

Complementary Color

#abdcce #dcabb9

#abdcce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abdcce Color Preview on White Background

Lorem ipsum dolor sit amet.

#abdcce Color CSS Codes

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

#abdcce Text Font Color

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

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


#abdcce Background Color

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

This div background color is #abdcce


#abdcce Border Color

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

This div border color is #abdcce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abdcce


Comments

No comments written yet.

Please login to write comment.