Color Hex Logo

#abdbee Color Hex

#ABDBEE
(171,219,238)
0 Favorites   0 Comments

Color spaces of #abdbee

RGB 171219238
HSL0.550.660.80
HSV197°28°93°
CMYK 0.280.080.00   0.07
XYZ57.558765.494090.4969
Yxy65.49400.26950.3067
Hunter Lab80.9284-14.6700-9.6503
CIE-Lab84.7377-11.1941-14.3563

#abdbee color RGB value is (171,219,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011011 11101110
Octal 253 333 356
Decimal 171 219 238
Hex AB DB EE

RGB Percentages of Color #abdbee

%27.23
%34.87
%37.90

CMYK Percentages of Color #abdbee

%28
%8
%0
%7

Triadic Colors of #abdbee

#abdbee #eeabdb #dbeeab

Analogous Colors of #abdbee

#abdbee #abbaee #abeee0

Monochromatic Colors of #abdbee

#abdbee

Complementary Color

#abdbee #eebeab

#abdbee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abdbee Color Preview on White Background

Lorem ipsum dolor sit amet.

#abdbee Color CSS Codes

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

#abdbee Text Font Color

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

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


#abdbee Background Color

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

This div background color is #abdbee


#abdbee Border Color

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

This div border color is #abdbee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abdbee

#abdbee Color Palettes


Comments

No comments written yet.

Please login to write comment.