Color Hex Logo

#8adcbd Color Hex

#8ADCBD
(138,220,189)
0 Favorites   0 Comments

Color spaces of #8adcbd

RGB 138220189
HSL0.440.540.70
HSV157°37°86°
CMYK 0.370.000.14   0.14
XYZ45.259760.263857.3907
Yxy60.26380.27780.3699
Hunter Lab77.6298-31.783010.5085
CIE-Lab81.9814-31.88747.3771

#8adcbd color RGB value is (138,220,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 11011100 10111101
Octal 212 334 275
Decimal 138 220 189
Hex 8A DC BD

RGB Percentages of Color #8adcbd

%25.23
%40.22
%34.55

CMYK Percentages of Color #8adcbd

%37
%0
%14
%14

Triadic Colors of #8adcbd

#8adcbd #bd8adc #dcbd8a

Analogous Colors of #8adcbd

#8adcbd #8ad2dc #8adc94

Monochromatic Colors of #8adcbd

#8adcbd

Complementary Color

#8adcbd #dc8aa9

#8adcbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8adcbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8adcbd Color CSS Codes

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

#8adcbd Text Font Color

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

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


#8adcbd Background Color

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

This div background color is #8adcbd


#8adcbd Border Color

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

This div border color is #8adcbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8adcbd


Comments

No comments written yet.

Please login to write comment.