Color Hex Logo

#8ad0ba Color Hex

#8AD0BA
(138,208,186)
0 Favorites   0 Comments

Color spaces of #8ad0ba

RGB 138208186
HSL0.450.430.68
HSV161°34°82°
CMYK 0.340.000.11   0.18
XYZ41.900054.060254.6807
Yxy54.06020.27810.3589
Hunter Lab73.5256-26.94827.3742
CIE-Lab78.4968-26.77843.9533

#8ad0ba color RGB value is (138,208,186).

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

The process color (four color CMYK) of #8ad0ba color hex is 0.34, 0.00, 0.11, 0.18. Web safe color of #8ad0ba is #99cccc. Color #8ad0ba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 11010000 10111010
Octal 212 320 272
Decimal 138 208 186
Hex 8A D0 BA

RGB Percentages of Color #8ad0ba

%25.94
%39.10
%34.96

CMYK Percentages of Color #8ad0ba

%34
%0
%11
%18

Triadic Colors of #8ad0ba

#8ad0ba #ba8ad0 #d0ba8a

Analogous Colors of #8ad0ba

#8ad0ba #8ac3d0 #8ad097

Monochromatic Colors of #8ad0ba

#8ad0ba

Complementary Color

#8ad0ba #d08aa0

#8ad0ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ad0ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ad0ba Color CSS Codes

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

#8ad0ba Text Font Color

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

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


#8ad0ba Background Color

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

This div background color is #8ad0ba


#8ad0ba Border Color

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

This div border color is #8ad0ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ad0ba


Comments

No comments written yet.

Please login to write comment.