Color Hex Logo

#8bc0ec Color Hex

#8BC0EC
(139,192,236)
0 Favorites   0 Comments

Color spaces of #8bc0ec

RGB 139192236
HSL0.580.720.74
HSV207°41°93°
CMYK 0.410.190.00   0.07
XYZ44.637449.244486.5094
Yxy49.24440.24740.2730
Hunter Lab70.1744-9.2626-23.9694
CIE-Lab75.6031-6.1927-27.3020

#8bc0ec color RGB value is (139,192,236).

#8bc0ec hex color red value is 139, green value is 192 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #8bc0ec hue: 0.58 , saturation: 0.72 and the lightness value of 8bc0ec is 0.74.

The process color (four color CMYK) of #8bc0ec color hex is 0.41, 0.19, 0.00, 0.07. Web safe color of #8bc0ec is #99ccff. Color #8bc0ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 11000000 11101100
Octal 213 300 354
Decimal 139 192 236
Hex 8B C0 EC

RGB Percentages of Color #8bc0ec

%24.51
%33.86
%41.62

CMYK Percentages of Color #8bc0ec

%41
%19
%0
%7

Triadic Colors of #8bc0ec

#8bc0ec #ec8bc0 #c0ec8b

Analogous Colors of #8bc0ec

#8bc0ec #8b90ec #8bece8

Monochromatic Colors of #8bc0ec

#8bc0ec

Complementary Color

#8bc0ec #ecb78b

#8bc0ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8bc0ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#8bc0ec Color CSS Codes

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

#8bc0ec Text Font Color

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

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


#8bc0ec Background Color

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

This div background color is #8bc0ec


#8bc0ec Border Color

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

This div border color is #8bc0ec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(139,192,236, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8bc0ec


Comments

No comments written yet.

Please login to write comment.