Color Hex Logo

#8adabd Color Hex

#8ADABD
(138,218,189)
0 Favorites   0 Comments

Color spaces of #8adabd

RGB 138218189
HSL0.440.520.70
HSV158°37°85°
CMYK 0.370.000.13   0.15
XYZ44.737959.220257.2168
Yxy59.22020.27760.3674
Hunter Lab76.9547-30.89909.7854
CIE-Lab81.4125-30.94166.5596

#8adabd color RGB value is (138,218,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 11011010 10111101
Octal 212 332 275
Decimal 138 218 189
Hex 8A DA BD

RGB Percentages of Color #8adabd

%25.32
%40.00
%34.68

CMYK Percentages of Color #8adabd

%37
%0
%13
%15

Triadic Colors of #8adabd

#8adabd #bd8ada #dabd8a

Analogous Colors of #8adabd

#8adabd #8acfda #8ada95

Monochromatic Colors of #8adabd

#8adabd

Complementary Color

#8adabd #da8aa7

#8adabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8adabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8adabd Color CSS Codes

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

#8adabd Text Font Color

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

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


#8adabd Background Color

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

This div background color is #8adabd


#8adabd Border Color

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

This div border color is #8adabd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8adabd


Comments

No comments written yet.

Please login to write comment.