Color Hex Logo

#8abddb Color Hex

#8ABDDB
(138,189,219)
0 Favorites   0 Comments

Color spaces of #8abddb

RGB 138189219
HSL0.560.530.70
HSV202°37°86°
CMYK 0.370.140.00   0.14
XYZ41.465046.912973.8875
Yxy46.91290.25550.2891
Hunter Lab68.4930-11.8006-16.0146
CIE-Lab74.1340-9.2947-20.3485

#8abddb color RGB value is (138,189,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 10111101 11011011
Octal 212 275 333
Decimal 138 189 219
Hex 8A BD DB

RGB Percentages of Color #8abddb

%25.27
%34.62
%40.11

CMYK Percentages of Color #8abddb

%37
%14
%0
%14

Triadic Colors of #8abddb

#8abddb #db8abd #bddb8a

Analogous Colors of #8abddb

#8abddb #8a95db #8adbd1

Monochromatic Colors of #8abddb

#8abddb

Complementary Color

#8abddb #dba88a

#8abddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8abddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8abddb Color CSS Codes

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

#8abddb Text Font Color

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

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


#8abddb Background Color

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

This div background color is #8abddb


#8abddb Border Color

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

This div border color is #8abddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8abddb


Comments

No comments written yet.

Please login to write comment.