Color Hex Logo

#8cbbea Color Hex

#8CBBEA
(140,187,234)
0 Favorites   0 Comments

Color spaces of #8cbbea

RGB 140187234
HSL0.580.690.73
HSV210°40°92°
CMYK 0.400.200.00   0.08
XYZ43.436847.056684.6354
Yxy47.05660.24800.2687
Hunter Lab68.5978-7.0182-25.1330
CIE-Lab74.2260-3.7728-28.3291

#8cbbea color RGB value is (140,187,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 10111011 11101010
Octal 214 273 352
Decimal 140 187 234
Hex 8C BB EA

RGB Percentages of Color #8cbbea

%24.96
%33.33
%41.71

CMYK Percentages of Color #8cbbea

%40
%20
%0
%8

Triadic Colors of #8cbbea

#8cbbea #ea8cbb #bbea8c

Analogous Colors of #8cbbea

#8cbbea #8c8cea #8ceaea

Monochromatic Colors of #8cbbea

#8cbbea

Complementary Color

#8cbbea #eabb8c

#8cbbea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cbbea Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cbbea Color CSS Codes

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

#8cbbea Text Font Color

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

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


#8cbbea Background Color

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

This div background color is #8cbbea


#8cbbea Border Color

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

This div border color is #8cbbea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cbbea


Comments

No comments written yet.

Please login to write comment.