Color Hex Logo

#8cb0eb Color Hex

#8CB0EB
(140,176,235)
0 Favorites   0 Comments

Color spaces of #8cb0eb

RGB 140176235
HSL0.600.700.74
HSV217°40°92°
CMYK 0.400.250.00   0.08
XYZ41.335942.624384.6459
Yxy42.62430.24520.2528
Hunter Lab65.2873-1.2375-31.1692
CIE-Lab71.29922.5303-33.3828

#8cb0eb color RGB value is (140,176,235).

#8cb0eb hex color red value is 140, green value is 176 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #8cb0eb hue: 0.60 , saturation: 0.70 and the lightness value of 8cb0eb is 0.74.

The process color (four color CMYK) of #8cb0eb color hex is 0.40, 0.25, 0.00, 0.08. Web safe color of #8cb0eb is #9999ff. Color #8cb0eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 10110000 11101011
Octal 214 260 353
Decimal 140 176 235
Hex 8C B0 EB

RGB Percentages of Color #8cb0eb

%25.41
%31.94
%42.65

CMYK Percentages of Color #8cb0eb

%40
%25
%0
%8

Triadic Colors of #8cb0eb

#8cb0eb #eb8cb0 #b0eb8c

Analogous Colors of #8cb0eb

#8cb0eb #988ceb #8ce0eb

Monochromatic Colors of #8cb0eb

#8cb0eb

Complementary Color

#8cb0eb #ebc78c

#8cb0eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cb0eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cb0eb Color CSS Codes

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

#8cb0eb Text Font Color

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

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


#8cb0eb Background Color

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

This div background color is #8cb0eb


#8cb0eb Border Color

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

This div border color is #8cb0eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(140,176,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8cb0eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8cb0eb;
  -webkit-box-shadow: 1px 1px 3px 2px #8cb0eb;
  box-shadow:         1px 1px 3px 2px #8cb0eb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(140,176,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cb0eb


Comments

No comments written yet.

Please login to write comment.