Color Hex Logo

#abdaee Color Hex

#ABDAEE
(171,218,238)
0 Favorites   0 Comments

Color spaces of #abdaee

RGB 171218238
HSL0.550.660.80
HSV198°28°93°
CMYK 0.280.080.00   0.07
XYZ57.298664.973890.4102
Yxy64.97380.26940.3055
Hunter Lab80.6063-14.1753-10.0768
CIE-Lab84.4702-10.6795-14.7572

#abdaee color RGB value is (171,218,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011010 11101110
Octal 253 332 356
Decimal 171 218 238
Hex AB DA EE

RGB Percentages of Color #abdaee

%27.27
%34.77
%37.96

CMYK Percentages of Color #abdaee

%28
%8
%0
%7

Triadic Colors of #abdaee

#abdaee #eeabda #daeeab

Analogous Colors of #abdaee

#abdaee #abb9ee #abeee1

Monochromatic Colors of #abdaee

#abdaee

Complementary Color

#abdaee #eebfab

#abdaee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abdaee Color Preview on White Background

Lorem ipsum dolor sit amet.

#abdaee Color CSS Codes

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

#abdaee Text Font Color

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

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


#abdaee Background Color

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

This div background color is #abdaee


#abdaee Border Color

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

This div border color is #abdaee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abdaee


Comments

No comments written yet.

Please login to write comment.