Color Hex Logo

#8adbbe Color Hex

#8ADBBE
(138,219,190)
0 Favorites   0 Comments

Color spaces of #8adbbe

RGB 138219190
HSL0.440.530.70
HSV159°37°86°
CMYK 0.370.000.13   0.14
XYZ45.107059.784057.8773
Yxy59.78400.27710.3673
Hunter Lab77.3201-31.17699.7431
CIE-Lab81.7206-31.20326.4723

#8adbbe color RGB value is (138,219,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 11011011 10111110
Octal 212 333 276
Decimal 138 219 190
Hex 8A DB BE

RGB Percentages of Color #8adbbe

%25.23
%40.04
%34.73

CMYK Percentages of Color #8adbbe

%37
%0
%13
%14

Triadic Colors of #8adbbe

#8adbbe #be8adb #dbbe8a

Analogous Colors of #8adbbe

#8adbbe #8ad0db #8adb96

Monochromatic Colors of #8adbbe

#8adbbe

Complementary Color

#8adbbe #db8aa7

#8adbbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8adbbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#8adbbe Color CSS Codes

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

#8adbbe Text Font Color

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

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


#8adbbe Background Color

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

This div background color is #8adbbe


#8adbbe Border Color

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

This div border color is #8adbbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8adbbe


Comments

No comments written yet.

Please login to write comment.