Color Hex Logo

#abbdee Color Hex

#ABBDEE
(171,189,238)
0 Favorites   0 Comments

Color spaces of #abbdee

RGB 171189238
HSL0.620.660.80
HSV224°28°93°
CMYK 0.280.210.00   0.07
XYZ50.424851.226288.1189
Yxy51.22620.26570.2699
Hunter Lab71.57250.5064-22.8962
CIE-Lab76.81584.6989-26.3529

#abbdee color RGB value is (171,189,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10111101 11101110
Octal 253 275 356
Decimal 171 189 238
Hex AB BD EE

RGB Percentages of Color #abbdee

%28.60
%31.61
%39.80

CMYK Percentages of Color #abbdee

%28
%21
%0
%7

Triadic Colors of #abbdee

#abbdee #eeabbd #bdeeab

Analogous Colors of #abbdee

#abbdee #bbabee #abdfee

Monochromatic Colors of #abbdee

#abbdee

Complementary Color

#abbdee #eedcab

#abbdee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abbdee Color Preview on White Background

Lorem ipsum dolor sit amet.

#abbdee Color CSS Codes

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

#abbdee Text Font Color

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

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


#abbdee Background Color

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

This div background color is #abbdee


#abbdee Border Color

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

This div border color is #abbdee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abbdee


Comments

No comments written yet.

Please login to write comment.