Color Hex Logo

#8cbcea Color Hex

#8CBCEA
(140,188,234)
0 Favorites   0 Comments

Color spaces of #8cbcea

RGB 140188234
HSL0.580.690.73
HSV209°40°92°
CMYK 0.400.200.00   0.08
XYZ43.649747.482484.7063
Yxy47.48240.24820.2700
Hunter Lab68.9075-7.5166-24.6485
CIE-Lab74.4973-4.3141-27.9126

#8cbcea color RGB value is (140,188,234).

#8cbcea hex color red value is 140, green value is 188 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #8cbcea hue: 0.58 , saturation: 0.69 and the lightness value of 8cbcea is 0.73.

The process color (four color CMYK) of #8cbcea color hex is 0.40, 0.20, 0.00, 0.08. Web safe color of #8cbcea is #99ccff. Color #8cbcea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 10111100 11101010
Octal 214 274 352
Decimal 140 188 234
Hex 8C BC EA

RGB Percentages of Color #8cbcea

%24.91
%33.45
%41.64

CMYK Percentages of Color #8cbcea

%40
%20
%0
%8

Triadic Colors of #8cbcea

#8cbcea #ea8cbc #bcea8c

Analogous Colors of #8cbcea

#8cbcea #8c8dea #8ceae9

Monochromatic Colors of #8cbcea

#8cbcea

Complementary Color

#8cbcea #eaba8c

#8cbcea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cbcea Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cbcea Color CSS Codes

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

#8cbcea Text Font Color

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

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


#8cbcea Background Color

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

This div background color is #8cbcea


#8cbcea Border Color

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

This div border color is #8cbcea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cbcea


Comments

No comments written yet.

Please login to write comment.