Color Hex Logo

#abdde8 Color Hex

#ABDDE8
(171,221,232)
0 Favorites   0 Comments

Color spaces of #abdde8

RGB 171221232
HSL0.530.570.79
HSV191°26°91°
CMYK 0.260.050.00   0.09
XYZ57.216566.197086.1056
Yxy66.19700.27310.3159
Hunter Lab81.3615-16.8548-5.7940
CIE-Lab85.0968-13.5821-10.6449

#abdde8 color RGB value is (171,221,232).

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

The process color (four color CMYK) of #abdde8 color hex is 0.26, 0.05, 0.00, 0.09. Web safe color of #abdde8 is #99ccff. Color #abdde8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011101 11101000
Octal 253 335 350
Decimal 171 221 232
Hex AB DD E8

RGB Percentages of Color #abdde8

%27.40
%35.42
%37.18

CMYK Percentages of Color #abdde8

%26
%5
%0
%9

Triadic Colors of #abdde8

#abdde8 #e8abdd #dde8ab

Analogous Colors of #abdde8

#abdde8 #abbfe8 #abe8d5

Monochromatic Colors of #abdde8

#abdde8

Complementary Color

#abdde8 #e8b6ab

#abdde8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abdde8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abdde8 Color CSS Codes

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

#abdde8 Text Font Color

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

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


#abdde8 Background Color

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

This div background color is #abdde8


#abdde8 Border Color

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

This div border color is #abdde8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abdde8


Comments

No comments written yet.

Please login to write comment.