Color Hex Logo

#abdeea Color Hex

#ABDEEA
(171,222,234)
0 Favorites   0 Comments

Color spaces of #abdeea

RGB 171222234
HSL0.530.600.79
HSV191°27°92°
CMYK 0.270.050.00   0.08
XYZ57.767166.841087.6989
Yxy66.84100.27210.3148
Hunter Lab81.7563-16.9497-6.3701
CIE-Lab85.4236-13.6408-11.2153

#abdeea color RGB value is (171,222,234).

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

The process color (four color CMYK) of #abdeea color hex is 0.27, 0.05, 0.00, 0.08. Web safe color of #abdeea is #99ccff. Color #abdeea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011110 11101010
Octal 253 336 352
Decimal 171 222 234
Hex AB DE EA

RGB Percentages of Color #abdeea

%27.27
%35.41
%37.32

CMYK Percentages of Color #abdeea

%27
%5
%0
%8

Triadic Colors of #abdeea

#abdeea #eaabde #deeaab

Analogous Colors of #abdeea

#abdeea #abbfea #abead7

Monochromatic Colors of #abdeea

#abdeea

Complementary Color

#abdeea #eab7ab

#abdeea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abdeea Color Preview on White Background

Lorem ipsum dolor sit amet.

#abdeea Color CSS Codes

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

#abdeea Text Font Color

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

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


#abdeea Background Color

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

This div background color is #abdeea


#abdeea Border Color

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

This div border color is #abdeea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abdeea


Comments

No comments written yet.

Please login to write comment.