Color Hex Logo

#8bdcbe Color Hex

#8BDCBE
(139,220,190)
0 Favorites   0 Comments

Color spaces of #8bdcbe

RGB 139220190
HSL0.440.540.70
HSV158°37°86°
CMYK 0.370.000.14   0.14
XYZ45.534960.393157.9723
Yxy60.39310.27780.3685
Hunter Lab77.7130-31.408010.1700
CIE-Lab82.0514-31.39946.9540

#8bdcbe color RGB value is (139,220,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001011 11011100 10111110
Octal 213 334 276
Decimal 139 220 190
Hex 8B DC BE

RGB Percentages of Color #8bdcbe

%25.32
%40.07
%34.61

CMYK Percentages of Color #8bdcbe

%37
%0
%14
%14

Triadic Colors of #8bdcbe

#8bdcbe #be8bdc #dcbe8b

Analogous Colors of #8bdcbe

#8bdcbe #8bd2dc #8bdc96

Monochromatic Colors of #8bdcbe

#8bdcbe

Complementary Color

#8bdcbe #dc8ba9

#8bdcbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8bdcbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#8bdcbe Color CSS Codes

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

#8bdcbe Text Font Color

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

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


#8bdcbe Background Color

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

This div background color is #8bdcbe


#8bdcbe Border Color

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

This div border color is #8bdcbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8bdcbe


Comments

No comments written yet.

Please login to write comment.