Color Hex Logo

#abdbe9 Color Hex

#ABDBE9
(171,219,233)
0 Favorites   0 Comments

Color spaces of #abdbe9

RGB 171219233
HSL0.540.580.79
HSV194°27°91°
CMYK 0.270.060.00   0.09
XYZ56.834165.204286.6810
Yxy65.20420.27230.3124
Hunter Lab80.7491-15.6763-7.1211
CIE-Lab84.5889-12.3353-11.9318

#abdbe9 color RGB value is (171,219,233).

#abdbe9 hex color red value is 171, green value is 219 and the blue value of its RGB is 233. Cylindrical-coordinate representations (also known as HSL) of color #abdbe9 hue: 0.54 , saturation: 0.58 and the lightness value of abdbe9 is 0.79.

The process color (four color CMYK) of #abdbe9 color hex is 0.27, 0.06, 0.00, 0.09. Web safe color of #abdbe9 is #99ccff. Color #abdbe9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011011 11101001
Octal 253 333 351
Decimal 171 219 233
Hex AB DB E9

RGB Percentages of Color #abdbe9

%27.45
%35.15
%37.40

CMYK Percentages of Color #abdbe9

%27
%6
%0
%9

Triadic Colors of #abdbe9

#abdbe9 #e9abdb #dbe9ab

Analogous Colors of #abdbe9

#abdbe9 #abbce9 #abe9d8

Monochromatic Colors of #abdbe9

#abdbe9

Complementary Color

#abdbe9 #e9b9ab

#abdbe9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abdbe9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abdbe9 Color CSS Codes

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

#abdbe9 Text Font Color

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

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


#abdbe9 Background Color

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

This div background color is #abdbe9


#abdbe9 Border Color

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

This div border color is #abdbe9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abdbe9


Comments

No comments written yet.

Please login to write comment.