Color Hex Logo

#8abfdb Color Hex

#8ABFDB
(138,191,219)
0 Favorites   0 Comments

Color spaces of #8abfdb

RGB 138191219
HSL0.560.530.70
HSV201°37°86°
CMYK 0.370.130.00   0.14
XYZ41.898247.779474.0319
Yxy47.77940.25590.2919
Hunter Lab69.1226-12.7681-15.1151
CIE-Lab74.6856-10.3560-19.5120

#8abfdb color RGB value is (138,191,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 10111111 11011011
Octal 212 277 333
Decimal 138 191 219
Hex 8A BF DB

RGB Percentages of Color #8abfdb

%25.18
%34.85
%39.96

CMYK Percentages of Color #8abfdb

%37
%13
%0
%14

Triadic Colors of #8abfdb

#8abfdb #db8abf #bfdb8a

Analogous Colors of #8abfdb

#8abfdb #8a97db #8adbcf

Monochromatic Colors of #8abfdb

#8abfdb

Complementary Color

#8abfdb #dba68a

#8abfdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8abfdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8abfdb Color CSS Codes

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

#8abfdb Text Font Color

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

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


#8abfdb Background Color

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

This div background color is #8abfdb


#8abfdb Border Color

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

This div border color is #8abfdb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(138,191,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 #8abfdb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8abfdb


Comments

No comments written yet.

Please login to write comment.