Color Hex Logo

#8bdcbc Color Hex

#8BDCBC
(139,220,188)
0 Favorites   0 Comments

Color spaces of #8bdcbc

RGB 139220188
HSL0.430.540.70
HSV156°37°86°
CMYK 0.370.000.15   0.14
XYZ45.317860.306256.8287
Yxy60.30620.27900.3712
Hunter Lab77.6571-31.733810.9721
CIE-Lab82.0043-31.81947.9458

#8bdcbc color RGB value is (139,220,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001011 11011100 10111100
Octal 213 334 274
Decimal 139 220 188
Hex 8B DC BC

RGB Percentages of Color #8bdcbc

%25.41
%40.22
%34.37

CMYK Percentages of Color #8bdcbc

%37
%0
%15
%14

Triadic Colors of #8bdcbc

#8bdcbc #bc8bdc #dcbc8b

Analogous Colors of #8bdcbc

#8bdcbc #8bd4dc #8bdc94

Monochromatic Colors of #8bdcbc

#8bdcbc

Complementary Color

#8bdcbc #dc8bab

#8bdcbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8bdcbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8bdcbc Color CSS Codes

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

#8bdcbc Text Font Color

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

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


#8bdcbc Background Color

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

This div background color is #8bdcbc


#8bdcbc Border Color

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

This div border color is #8bdcbc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(139,220,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8bdcbc


Comments

No comments written yet.

Please login to write comment.