Color Hex Logo

#abdce6 Color Hex

#ABDCE6
(171,220,230)
0 Favorites   0 Comments

Color spaces of #abdce6

RGB 171220230
HSL0.530.540.79
HSV190°26°90°
CMYK 0.260.040.00   0.10
XYZ56.670765.557584.5299
Yxy65.55750.27410.3171
Hunter Lab80.9676-16.7578-5.2213
CIE-Lab84.7702-13.5210-10.0729

#abdce6 color RGB value is (171,220,230).

#abdce6 hex color red value is 171, green value is 220 and the blue value of its RGB is 230. Cylindrical-coordinate representations (also known as HSL) of color #abdce6 hue: 0.53 , saturation: 0.54 and the lightness value of abdce6 is 0.79.

The process color (four color CMYK) of #abdce6 color hex is 0.26, 0.04, 0.00, 0.10. Web safe color of #abdce6 is #99ccff. Color #abdce6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011100 11100110
Octal 253 334 346
Decimal 171 220 230
Hex AB DC E6

RGB Percentages of Color #abdce6

%27.54
%35.43
%37.04

CMYK Percentages of Color #abdce6

%26
%4
%0
%10

Triadic Colors of #abdce6

#abdce6 #e6abdc #dce6ab

Analogous Colors of #abdce6

#abdce6 #abbfe6 #abe6d3

Monochromatic Colors of #abdce6

#abdce6

Complementary Color

#abdce6 #e6b5ab

#abdce6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abdce6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abdce6 Color CSS Codes

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

#abdce6 Text Font Color

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

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


#abdce6 Background Color

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

This div background color is #abdce6


#abdce6 Border Color

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

This div border color is #abdce6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abdce6


Comments

No comments written yet.

Please login to write comment.