Color Hex Logo

#8addba Color Hex

#8ADDBA
(138,221,186)
0 Favorites   0 Comments

Color spaces of #8addba

RGB 138221186
HSL0.430.550.70
HSV155°38°87°
CMYK 0.380.000.16   0.13
XYZ45.200660.661355.7809
Yxy60.66130.27960.3753
Hunter Lab77.8854-32.707312.0567
CIE-Lab82.1963-32.98399.2726

#8addba color RGB value is (138,221,186).

#8addba hex color red value is 138, green value is 221 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #8addba hue: 0.43 , saturation: 0.55 and the lightness value of 8addba is 0.70.

The process color (four color CMYK) of #8addba color hex is 0.38, 0.00, 0.16, 0.13. Web safe color of #8addba is #99cccc. Color #8addba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 11011101 10111010
Octal 212 335 272
Decimal 138 221 186
Hex 8A DD BA

RGB Percentages of Color #8addba

%25.32
%40.55
%34.13

CMYK Percentages of Color #8addba

%38
%0
%16
%13

Triadic Colors of #8addba

#8addba #ba8add #ddba8a

Analogous Colors of #8addba

#8addba #8ad7dd #8add91

Monochromatic Colors of #8addba

#8addba

Complementary Color

#8addba #dd8aad

#8addba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8addba Color Preview on White Background

Lorem ipsum dolor sit amet.

#8addba Color CSS Codes

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

#8addba Text Font Color

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

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


#8addba Background Color

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

This div background color is #8addba


#8addba Border Color

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

This div border color is #8addba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(138,221,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8addba


Comments

No comments written yet.

Please login to write comment.