Color Hex Logo

#8bdcbd Color Hex

#8BDCBD
(139,220,189)
0 Favorites   0 Comments

Color spaces of #8bdcbd

RGB 139220189
HSL0.440.540.70
HSV157°37°86°
CMYK 0.370.000.14   0.14
XYZ45.426060.349557.3985
Yxy60.34950.27840.3698
Hunter Lab77.6849-31.571410.5723
CIE-Lab82.0278-31.60997.4498

#8bdcbd color RGB value is (139,220,189).

#8bdcbd hex color red value is 139, green value is 220 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #8bdcbd hue: 0.44 , saturation: 0.54 and the lightness value of 8bdcbd is 0.70.

The process color (four color CMYK) of #8bdcbd color hex is 0.37, 0.00, 0.14, 0.14. Web safe color of #8bdcbd is #99cccc. Color #8bdcbd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 11011100 10111101
Octal 213 334 275
Decimal 139 220 189
Hex 8B DC BD

RGB Percentages of Color #8bdcbd

%25.36
%40.15
%34.49

CMYK Percentages of Color #8bdcbd

%37
%0
%14
%14

Triadic Colors of #8bdcbd

#8bdcbd #bd8bdc #dcbd8b

Analogous Colors of #8bdcbd

#8bdcbd #8bd3dc #8bdc95

Monochromatic Colors of #8bdcbd

#8bdcbd

Complementary Color

#8bdcbd #dc8baa

#8bdcbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8bdcbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8bdcbd Color CSS Codes

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

#8bdcbd Text Font Color

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

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


#8bdcbd Background Color

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

This div background color is #8bdcbd


#8bdcbd Border Color

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

This div border color is #8bdcbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8bdcbd


Comments

No comments written yet.

Please login to write comment.