Color Hex Logo

#8cbcbe Color Hex

#8CBCBE
(140,188,190)
0 Favorites   0 Comments

Color spaces of #8cbcbe

RGB 140188190
HSL0.510.280.65
HSV182°26°75°
CMYK 0.260.010.00   0.25
XYZ38.092745.259655.4435
Yxy45.25960.27450.3261
Hunter Lab67.2753-16.6611-1.7699
CIE-Lab73.0625-15.2484-6.1520

#8cbcbe color RGB value is (140,188,190).

#8cbcbe hex color red value is 140, green value is 188 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #8cbcbe hue: 0.51 , saturation: 0.28 and the lightness value of 8cbcbe is 0.65.

The process color (four color CMYK) of #8cbcbe color hex is 0.26, 0.01, 0.00, 0.25. Web safe color of #8cbcbe is #99cccc. Color #8cbcbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 10111100 10111110
Octal 214 274 276
Decimal 140 188 190
Hex 8C BC BE

RGB Percentages of Color #8cbcbe

%27.03
%36.29
%36.68

CMYK Percentages of Color #8cbcbe

%26
%1
%0
%25

Triadic Colors of #8cbcbe

#8cbcbe #be8cbc #bcbe8c

Analogous Colors of #8cbcbe

#8cbcbe #8ca3be #8cbea7

Monochromatic Colors of #8cbcbe

#8cbcbe

Complementary Color

#8cbcbe #be8e8c

#8cbcbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cbcbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cbcbe Color CSS Codes

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

#8cbcbe Text Font Color

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

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


#8cbcbe Background Color

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

This div background color is #8cbcbe


#8cbcbe Border Color

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

This div border color is #8cbcbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cbcbe


Comments

No comments written yet.

Please login to write comment.