Color Hex Logo

#abdee8 Color Hex

#ABDEE8
(171,222,232)
0 Favorites   0 Comments

Color spaces of #abdee8

RGB 171222232
HSL0.530.570.79
HSV190°26°91°
CMYK 0.260.040.00   0.09
XYZ57.481466.726786.1939
Yxy66.72670.27320.3171
Hunter Lab81.6864-17.3437-5.3812
CIE-Lab85.3657-14.0908-10.2444

#abdee8 color RGB value is (171,222,232).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011110 11101000
Octal 253 336 350
Decimal 171 222 232
Hex AB DE E8

RGB Percentages of Color #abdee8

%27.36
%35.52
%37.12

CMYK Percentages of Color #abdee8

%26
%4
%0
%9

Triadic Colors of #abdee8

#abdee8 #e8abde #dee8ab

Analogous Colors of #abdee8

#abdee8 #abc0e8 #abe8d4

Monochromatic Colors of #abdee8

#abdee8

Complementary Color

#abdee8 #e8b5ab

#abdee8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abdee8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abdee8 Color CSS Codes

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

#abdee8 Text Font Color

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

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


#abdee8 Background Color

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

This div background color is #abdee8


#abdee8 Border Color

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

This div border color is #abdee8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abdee8


Comments

No comments written yet.

Please login to write comment.