Color Hex Logo

#8abbdb Color Hex

#8ABBDB
(138,187,219)
0 Favorites   0 Comments

Color spaces of #8abbdb

RGB 138187219
HSL0.570.530.70
HSV204°37°86°
CMYK 0.370.150.00   0.14
XYZ41.037746.058473.7451
Yxy46.05840.25510.2864
Hunter Lab67.8663-10.8300-16.9194
CIE-Lab73.5834-8.2285-21.1849

#8abbdb color RGB value is (138,187,219).

#8abbdb hex color red value is 138, green value is 187 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #8abbdb hue: 0.57 , saturation: 0.53 and the lightness value of 8abbdb is 0.70.

The process color (four color CMYK) of #8abbdb color hex is 0.37, 0.15, 0.00, 0.14. Web safe color of #8abbdb is #99cccc. Color #8abbdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 10111011 11011011
Octal 212 273 333
Decimal 138 187 219
Hex 8A BB DB

RGB Percentages of Color #8abbdb

%25.37
%34.38
%40.26

CMYK Percentages of Color #8abbdb

%37
%15
%0
%14

Triadic Colors of #8abbdb

#8abbdb #db8abb #bbdb8a

Analogous Colors of #8abbdb

#8abbdb #8a93db #8adbd3

Monochromatic Colors of #8abbdb

#8abbdb

Complementary Color

#8abbdb #dbaa8a

#8abbdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8abbdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8abbdb Color CSS Codes

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

#8abbdb Text Font Color

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

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


#8abbdb Background Color

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

This div background color is #8abbdb


#8abbdb Border Color

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

This div border color is #8abbdb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(138,187,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8abbdb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8abbdb;
  -webkit-box-shadow: 1px 1px 3px 2px #8abbdb;
  box-shadow:         1px 1px 3px 2px #8abbdb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8abbdb

#8abbdb Color Palettes


Comments

No comments written yet.

Please login to write comment.