Color Hex Logo

#8bc0ad Color Hex

#8BC0AD
(139,192,173)
0 Favorites   0 Comments

Color spaces of #8bc0ad

RGB 139192173
HSL0.440.300.65
HSV158°28°75°
CMYK 0.280.000.10   0.25
XYZ37.039946.205446.5015
Yxy46.20540.28550.3561
Hunter Lab67.9746-21.68937.0218
CIE-Lab73.6786-21.33204.0042

#8bc0ad color RGB value is (139,192,173).

#8bc0ad hex color red value is 139, green value is 192 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #8bc0ad hue: 0.44 , saturation: 0.30 and the lightness value of 8bc0ad is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10001011 11000000 10101101
Octal 213 300 255
Decimal 139 192 173
Hex 8B C0 AD

RGB Percentages of Color #8bc0ad

%27.58
%38.10
%34.33

CMYK Percentages of Color #8bc0ad

%28
%0
%10
%25

Triadic Colors of #8bc0ad

#8bc0ad #ad8bc0 #c0ad8b

Analogous Colors of #8bc0ad

#8bc0ad #8bb9c0 #8bc093

Monochromatic Colors of #8bc0ad

#8bc0ad

Complementary Color

#8bc0ad #c08b9e

#8bc0ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8bc0ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#8bc0ad Color CSS Codes

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

#8bc0ad Text Font Color

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

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


#8bc0ad Background Color

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

This div background color is #8bc0ad


#8bc0ad Border Color

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

This div border color is #8bc0ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8bc0ad


Comments

No comments written yet.

Please login to write comment.