Color Hex Logo

#8bdbc5 Color Hex

#8BDBC5
(139,219,197)
0 Favorites   0 Comments

Color spaces of #8bdbc5

RGB 139219197
HSL0.450.530.70
HSV164°37°86°
CMYK 0.370.000.10   0.14
XYZ46.057060.183262.0124
Yxy60.18320.27370.3577
Hunter Lab77.5778-29.78806.9106
CIE-Lab81.9377-29.41963.0765

#8bdbc5 color RGB value is (139,219,197).

#8bdbc5 hex color red value is 139, green value is 219 and the blue value of its RGB is 197. Cylindrical-coordinate representations (also known as HSL) of color #8bdbc5 hue: 0.45 , saturation: 0.53 and the lightness value of 8bdbc5 is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10001011 11011011 11000101
Octal 213 333 305
Decimal 139 219 197
Hex 8B DB C5

RGB Percentages of Color #8bdbc5

%25.05
%39.46
%35.50

CMYK Percentages of Color #8bdbc5

%37
%0
%10
%14

Triadic Colors of #8bdbc5

#8bdbc5 #c58bdb #dbc58b

Analogous Colors of #8bdbc5

#8bdbc5 #8bc9db #8bdb9d

Monochromatic Colors of #8bdbc5

#8bdbc5

Complementary Color

#8bdbc5 #db8ba1

#8bdbc5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8bdbc5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8bdbc5 Color CSS Codes

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

#8bdbc5 Text Font Color

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

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


#8bdbc5 Background Color

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

This div background color is #8bdbc5


#8bdbc5 Border Color

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

This div border color is #8bdbc5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8bdbc5


Comments

No comments written yet.

Please login to write comment.