Color Hex Logo

#8dbdbe Color Hex

#8DBDBE
(141,189,190)
0 Favorites   0 Comments

Color spaces of #8dbdbe

RGB 141189190
HSL0.500.270.65
HSV181°26°75°
CMYK 0.260.010.00   0.25
XYZ38.476445.775655.5229
Yxy45.77560.27530.3275
Hunter Lab67.6577-16.8893-1.2957
CIE-Lab73.3997-15.4682-5.6469

#8dbdbe color RGB value is (141,189,190).

#8dbdbe hex color red value is 141, green value is 189 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #8dbdbe hue: 0.50 , saturation: 0.27 and the lightness value of 8dbdbe is 0.65.

The process color (four color CMYK) of #8dbdbe color hex is 0.26, 0.01, 0.00, 0.25. Web safe color of #8dbdbe is #99cccc. Color #8dbdbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001101 10111101 10111110
Octal 215 275 276
Decimal 141 189 190
Hex 8D BD BE

RGB Percentages of Color #8dbdbe

%27.12
%36.35
%36.54

CMYK Percentages of Color #8dbdbe

%26
%1
%0
%25

Triadic Colors of #8dbdbe

#8dbdbe #be8dbd #bdbe8d

Analogous Colors of #8dbdbe

#8dbdbe #8da5be #8dbea7

Monochromatic Colors of #8dbdbe

#8dbdbe

Complementary Color

#8dbdbe #be8e8d

#8dbdbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8dbdbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#8dbdbe Color CSS Codes

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

#8dbdbe Text Font Color

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

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


#8dbdbe Background Color

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

This div background color is #8dbdbe


#8dbdbe Border Color

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

This div border color is #8dbdbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8dbdbe


Comments

No comments written yet.

Please login to write comment.