Color Hex Logo

#abdeee Color Hex

#ABDEEE
(171,222,238)
0 Favorites   0 Comments

Color spaces of #abdeee

RGB 171222238
HSL0.540.660.80
HSV194°28°93°
CMYK 0.280.070.00   0.07
XYZ58.348567.073590.7601
Yxy67.07350.26990.3103
Hunter Lab81.8984-16.1499-8.3765
CIE-Lab85.5410-12.7309-13.1532

#abdeee color RGB value is (171,222,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011110 11101110
Octal 253 336 356
Decimal 171 222 238
Hex AB DE EE

RGB Percentages of Color #abdeee

%27.10
%35.18
%37.72

CMYK Percentages of Color #abdeee

%28
%7
%0
%7

Triadic Colors of #abdeee

#abdeee #eeabde #deeeab

Analogous Colors of #abdeee

#abdeee #abbdee #abeedd

Monochromatic Colors of #abdeee

#abdeee

Complementary Color

#abdeee #eebbab

#abdeee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abdeee Color Preview on White Background

Lorem ipsum dolor sit amet.

#abdeee Color CSS Codes

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

#abdeee Text Font Color

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

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


#abdeee Background Color

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

This div background color is #abdeee


#abdeee Border Color

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

This div border color is #abdeee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abdeee


Comments

No comments written yet.

Please login to write comment.