Color Hex Logo

#8bcadb Color Hex

#8BCADB
(139,202,219)
0 Favorites   0 Comments

Color spaces of #8bcadb

RGB 139202219
HSL0.540.530.70
HSV193°37°86°
CMYK 0.370.080.00   0.14
XYZ44.554252.844574.8696
Yxy52.84450.25860.3068
Hunter Lab72.6942-17.8125-10.1783
CIE-Lab77.7831-15.8308-14.8323

#8bcadb color RGB value is (139,202,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001011 11001010 11011011
Octal 213 312 333
Decimal 139 202 219
Hex 8B CA DB

RGB Percentages of Color #8bcadb

%24.82
%36.07
%39.11

CMYK Percentages of Color #8bcadb

%37
%8
%0
%14

Triadic Colors of #8bcadb

#8bcadb #db8bca #cadb8b

Analogous Colors of #8bcadb

#8bcadb #8ba2db #8bdbc4

Monochromatic Colors of #8bcadb

#8bcadb

Complementary Color

#8bcadb #db9c8b

#8bcadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8bcadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8bcadb Color CSS Codes

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

#8bcadb Text Font Color

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

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


#8bcadb Background Color

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

This div background color is #8bcadb


#8bcadb Border Color

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

This div border color is #8bcadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8bcadb


Comments

No comments written yet.

Please login to write comment.