Color Hex Logo

#abdcee Color Hex

#ABDCEE
(171,220,238)
0 Favorites   0 Comments

Color spaces of #abdcee

RGB 171220238
HSL0.540.660.80
HSV196°28°93°
CMYK 0.280.080.00   0.07
XYZ57.820466.017490.5841
Yxy66.01740.26970.3079
Hunter Lab81.2511-15.1641-9.2247
CIE-Lab85.0053-11.7075-13.9552

#abdcee color RGB value is (171,220,238).

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

The process color (four color CMYK) of #abdcee color hex is 0.28, 0.08, 0.00, 0.07. Web safe color of #abdcee is #99ccff. Color #abdcee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011100 11101110
Octal 253 334 356
Decimal 171 220 238
Hex AB DC EE

RGB Percentages of Color #abdcee

%27.19
%34.98
%37.84

CMYK Percentages of Color #abdcee

%28
%8
%0
%7

Triadic Colors of #abdcee

#abdcee #eeabdc #dceeab

Analogous Colors of #abdcee

#abdcee #abbbee #abeedf

Monochromatic Colors of #abdcee

#abdcee

Complementary Color

#abdcee #eebdab

#abdcee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abdcee Color Preview on White Background

Lorem ipsum dolor sit amet.

#abdcee Color CSS Codes

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

#abdcee Text Font Color

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

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


#abdcee Background Color

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

This div background color is #abdcee


#abdcee Border Color

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

This div border color is #abdcee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abdcee

#abdcee Color Palettes


Comments

No comments written yet.

Please login to write comment.