Color Hex Logo

#8dcbbd Color Hex

#8DCBBD
(141,203,189)
0 Favorites   0 Comments

Color spaces of #8dcbbd

RGB 141203189
HSL0.460.370.67
HSV166°31°80°
CMYK 0.310.000.07   0.20
XYZ41.525752.048756.0019
Yxy52.04870.27760.3480
Hunter Lab72.1448-23.51084.4779
CIE-Lab77.3099-22.79910.6368

#8dcbbd color RGB value is (141,203,189).

#8dcbbd hex color red value is 141, green value is 203 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #8dcbbd hue: 0.46 , saturation: 0.37 and the lightness value of 8dcbbd is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10001101 11001011 10111101
Octal 215 313 275
Decimal 141 203 189
Hex 8D CB BD

RGB Percentages of Color #8dcbbd

%26.45
%38.09
%35.46

CMYK Percentages of Color #8dcbbd

%31
%0
%7
%20

Triadic Colors of #8dcbbd

#8dcbbd #bd8dcb #cbbd8d

Analogous Colors of #8dcbbd

#8dcbbd #8dbacb #8dcb9e

Monochromatic Colors of #8dcbbd

#8dcbbd

Complementary Color

#8dcbbd #cb8d9b

#8dcbbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8dcbbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8dcbbd Color CSS Codes

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

#8dcbbd Text Font Color

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

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


#8dcbbd Background Color

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

This div background color is #8dcbbd


#8dcbbd Border Color

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

This div border color is #8dcbbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8dcbbd


Comments

No comments written yet.

Please login to write comment.