Color Hex Logo

#8cbbce Color Hex

#8CBBCE
(140,187,206)
0 Favorites   0 Comments

Color spaces of #8cbbce

RGB 140187206
HSL0.550.400.68
HSV197°32°81°
CMYK 0.320.090.00   0.19
XYZ39.726145.572365.0951
Yxy45.57230.26410.3030
Hunter Lab67.5073-13.0955-9.9164
CIE-Lab73.2671-10.9350-14.5754

#8cbbce color RGB value is (140,187,206).

#8cbbce hex color red value is 140, green value is 187 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #8cbbce hue: 0.55 , saturation: 0.40 and the lightness value of 8cbbce is 0.68.

The process color (four color CMYK) of #8cbbce color hex is 0.32, 0.09, 0.00, 0.19. Web safe color of #8cbbce is #99cccc. Color #8cbbce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 10111011 11001110
Octal 214 273 316
Decimal 140 187 206
Hex 8C BB CE

RGB Percentages of Color #8cbbce

%26.27
%35.08
%38.65

CMYK Percentages of Color #8cbbce

%32
%9
%0
%19

Triadic Colors of #8cbbce

#8cbbce #ce8cbb #bbce8c

Analogous Colors of #8cbbce

#8cbbce #8c9ace #8ccec0

Monochromatic Colors of #8cbbce

#8cbbce

Complementary Color

#8cbbce #ce9f8c

#8cbbce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cbbce Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cbbce Color CSS Codes

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

#8cbbce Text Font Color

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

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


#8cbbce Background Color

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

This div background color is #8cbbce


#8cbbce Border Color

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

This div border color is #8cbbce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cbbce


Comments

No comments written yet.

Please login to write comment.