Color Hex Logo

#8cbecb Color Hex

#8CBECB
(140,190,203)
0 Favorites   0 Comments

Color spaces of #8cbecb

RGB 140190203
HSL0.530.380.67
HSV192°31°80°
CMYK 0.310.060.00   0.20
XYZ40.008246.714263.4080
Yxy46.71420.26650.3112
Hunter Lab68.3478-15.1215-7.1614
CIE-Lab74.0066-13.2394-11.8322

#8cbecb color RGB value is (140,190,203).

#8cbecb hex color red value is 140, green value is 190 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #8cbecb hue: 0.53 , saturation: 0.38 and the lightness value of 8cbecb is 0.67.

The process color (four color CMYK) of #8cbecb color hex is 0.31, 0.06, 0.00, 0.20. Web safe color of #8cbecb is #99cccc. Color #8cbecb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 10111110 11001011
Octal 214 276 313
Decimal 140 190 203
Hex 8C BE CB

RGB Percentages of Color #8cbecb

%26.27
%35.65
%38.09

CMYK Percentages of Color #8cbecb

%31
%6
%0
%20

Triadic Colors of #8cbecb

#8cbecb #cb8cbe #becb8c

Analogous Colors of #8cbecb

#8cbecb #8c9fcb #8ccbb9

Monochromatic Colors of #8cbecb

#8cbecb

Complementary Color

#8cbecb #cb998c

#8cbecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cbecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cbecb Color CSS Codes

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

#8cbecb Text Font Color

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

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


#8cbecb Background Color

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

This div background color is #8cbecb


#8cbecb Border Color

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

This div border color is #8cbecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cbecb


Comments

No comments written yet.

Please login to write comment.