Color Hex Logo

#abdde6 Color Hex

#ABDDE6
(171,221,230)
0 Favorites   0 Comments

Color spaces of #abdde6

RGB 171221230
HSL0.530.540.79
HSV189°26°90°
CMYK 0.260.040.00   0.10
XYZ56.934066.084084.6177
Yxy66.08400.27420.3183
Hunter Lab81.2921-17.2462-4.8111
CIE-Lab85.0392-14.0300-9.6727

#abdde6 color RGB value is (171,221,230).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011101 11100110
Octal 253 335 346
Decimal 171 221 230
Hex AB DD E6

RGB Percentages of Color #abdde6

%27.49
%35.53
%36.98

CMYK Percentages of Color #abdde6

%26
%4
%0
%10

Triadic Colors of #abdde6

#abdde6 #e6abdd #dde6ab

Analogous Colors of #abdde6

#abdde6 #abc0e6 #abe6d2

Monochromatic Colors of #abdde6

#abdde6

Complementary Color

#abdde6 #e6b4ab

#abdde6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abdde6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abdde6 Color CSS Codes

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

#abdde6 Text Font Color

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

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


#abdde6 Background Color

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

This div background color is #abdde6


#abdde6 Border Color

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

This div border color is #abdde6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abdde6


Comments

No comments written yet.

Please login to write comment.