Color Hex Logo

#8bdabc Color Hex

#8BDABC
(139,218,188)
0 Favorites   0 Comments

Color spaces of #8bdabc

RGB 139218188
HSL0.440.520.70
HSV157°36°85°
CMYK 0.360.000.14   0.15
XYZ44.796059.262656.6548
Yxy59.26260.27870.3687
Hunter Lab76.9822-30.849610.2533
CIE-Lab81.4357-30.87357.1299

#8bdabc color RGB value is (139,218,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001011 11011010 10111100
Octal 213 332 274
Decimal 139 218 188
Hex 8B DA BC

RGB Percentages of Color #8bdabc

%25.50
%40.00
%34.50

CMYK Percentages of Color #8bdabc

%36
%0
%14
%15

Triadic Colors of #8bdabc

#8bdabc #bc8bda #dabc8b

Analogous Colors of #8bdabc

#8bdabc #8bd1da #8bda95

Monochromatic Colors of #8bdabc

#8bdabc

Complementary Color

#8bdabc #da8ba9

#8bdabc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8bdabc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8bdabc Color CSS Codes

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

#8bdabc Text Font Color

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

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


#8bdabc Background Color

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

This div background color is #8bdabc


#8bdabc Border Color

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

This div border color is #8bdabc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8bdabc


Comments

No comments written yet.

Please login to write comment.