Color Hex Logo

#8dbeb3 Color Hex

#8DBEB3
(141,190,179)
0 Favorites   0 Comments

Color spaces of #8dbeb3

RGB 141190179
HSL0.460.270.65
HSV167°26°75°
CMYK 0.260.000.06   0.25
XYZ37.534645.744349.4991
Yxy45.74430.28270.3445
Hunter Lab67.6345-19.29973.9521
CIE-Lab73.3793-18.42310.3190

#8dbeb3 color RGB value is (141,190,179).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001101 10111110 10110011
Octal 215 276 263
Decimal 141 190 179
Hex 8D BE B3

RGB Percentages of Color #8dbeb3

%27.65
%37.25
%35.10

CMYK Percentages of Color #8dbeb3

%26
%0
%6
%25

Triadic Colors of #8dbeb3

#8dbeb3 #b38dbe #beb38d

Analogous Colors of #8dbeb3

#8dbeb3 #8db1be #8dbe9b

Monochromatic Colors of #8dbeb3

#8dbeb3

Complementary Color

#8dbeb3 #be8d98

#8dbeb3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8dbeb3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8dbeb3 Color CSS Codes

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

#8dbeb3 Text Font Color

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

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


#8dbeb3 Background Color

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

This div background color is #8dbeb3


#8dbeb3 Border Color

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

This div border color is #8dbeb3


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(141,190,179, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8dbeb3


Comments

No comments written yet.

Please login to write comment.