Color Hex Logo

#8adbad Color Hex

#8ADBAD
(138,219,173)
0 Favorites   0 Comments

Color spaces of #8adbad

RGB 138219173
HSL0.410.530.70
HSV146°37°86°
CMYK 0.370.000.21   0.14
XYZ43.355659.083448.6543
Yxy59.08340.28690.3910
Hunter Lab76.8657-33.833316.2768
CIE-Lab81.3374-34.665814.9198

#8adbad color RGB value is (138,219,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 11011011 10101101
Octal 212 333 255
Decimal 138 219 173
Hex 8A DB AD

RGB Percentages of Color #8adbad

%26.04
%41.32
%32.64

CMYK Percentages of Color #8adbad

%37
%0
%21
%14

Triadic Colors of #8adbad

#8adbad #ad8adb #dbad8a

Analogous Colors of #8adbad

#8adbad #8adbd6 #90db8a

Monochromatic Colors of #8adbad

#8adbad

Complementary Color

#8adbad #db8ab8

#8adbad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8adbad Color Preview on White Background

Lorem ipsum dolor sit amet.

#8adbad Color CSS Codes

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

#8adbad Text Font Color

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

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


#8adbad Background Color

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

This div background color is #8adbad


#8adbad Border Color

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

This div border color is #8adbad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8adbad


Comments

No comments written yet.

Please login to write comment.