Color Hex Logo

#8bddb5 Color Hex

#8BDDB5
(139,221,181)
0 Favorites   0 Comments

Color spaces of #8bddb5

RGB 139221181
HSL0.420.550.71
HSV151°37°87°
CMYK 0.370.000.18   0.13
XYZ44.844460.538153.0375
Yxy60.53810.28310.3821
Hunter Lab77.8062-33.280714.0487
CIE-Lab82.1298-33.725111.8257

#8bddb5 color RGB value is (139,221,181).

#8bddb5 hex color red value is 139, green value is 221 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #8bddb5 hue: 0.42 , saturation: 0.55 and the lightness value of 8bddb5 is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10001011 11011101 10110101
Octal 213 335 265
Decimal 139 221 181
Hex 8B DD B5

RGB Percentages of Color #8bddb5

%25.69
%40.85
%33.46

CMYK Percentages of Color #8bddb5

%37
%0
%18
%13

Triadic Colors of #8bddb5

#8bddb5 #b58bdd #ddb58b

Analogous Colors of #8bddb5

#8bddb5 #8bdcdd #8bdd8c

Monochromatic Colors of #8bddb5

#8bddb5

Complementary Color

#8bddb5 #dd8bb3

#8bddb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8bddb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8bddb5 Color CSS Codes

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

#8bddb5 Text Font Color

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

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


#8bddb5 Background Color

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

This div background color is #8bddb5


#8bddb5 Border Color

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

This div border color is #8bddb5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8bddb5


Comments

No comments written yet.

Please login to write comment.