Color Hex Logo

#8cb8be Color Hex

#8CB8BE
(140,184,190)
0 Favorites   0 Comments

Color spaces of #8cb8be

RGB 140184190
HSL0.520.280.65
HSV187°26°75°
CMYK 0.260.030.00   0.25
XYZ37.250043.574155.1626
Yxy43.57410.27390.3204
Hunter Lab66.0107-14.7907-3.3389
CIE-Lab71.9429-13.1612-7.8122

#8cb8be color RGB value is (140,184,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 10111000 10111110
Octal 214 270 276
Decimal 140 184 190
Hex 8C B8 BE

RGB Percentages of Color #8cb8be

%27.24
%35.80
%36.96

CMYK Percentages of Color #8cb8be

%26
%3
%0
%25

Triadic Colors of #8cb8be

#8cb8be #be8cb8 #b8be8c

Analogous Colors of #8cb8be

#8cb8be #8c9fbe #8cbeab

Monochromatic Colors of #8cb8be

#8cb8be

Complementary Color

#8cb8be #be928c

#8cb8be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cb8be Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cb8be Color CSS Codes

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

#8cb8be Text Font Color

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

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


#8cb8be Background Color

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

This div background color is #8cb8be


#8cb8be Border Color

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

This div border color is #8cb8be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cb8be


Comments

No comments written yet.

Please login to write comment.