Color Hex Logo

#8dbea8 Color Hex

#8DBEA8
(141,190,168)
0 Favorites   0 Comments

Color spaces of #8dbea8

RGB 141190168
HSL0.430.270.65
HSV153°26°75°
CMYK 0.260.000.12   0.25
XYZ36.465845.316843.8708
Yxy45.31680.29020.3606
Hunter Lab67.3178-21.11328.4833
CIE-Lab73.1000-20.73475.9021

#8dbea8 color RGB value is (141,190,168).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001101 10111110 10101000
Octal 215 276 250
Decimal 141 190 168
Hex 8D BE A8

RGB Percentages of Color #8dbea8

%28.26
%38.08
%33.67

CMYK Percentages of Color #8dbea8

%26
%0
%12
%25

Triadic Colors of #8dbea8

#8dbea8 #a88dbe #bea88d

Analogous Colors of #8dbea8

#8dbea8 #8dbcbe #8dbe90

Monochromatic Colors of #8dbea8

#8dbea8

Complementary Color

#8dbea8 #be8da3

#8dbea8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8dbea8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8dbea8 Color CSS Codes

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

#8dbea8 Text Font Color

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

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


#8dbea8 Background Color

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

This div background color is #8dbea8


#8dbea8 Border Color

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

This div border color is #8dbea8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8dbea8


Comments

No comments written yet.

Please login to write comment.