Color Hex Logo

#8cdabe Color Hex

#8CDABE
(140,218,190)
0 Favorites   0 Comments

Color spaces of #8cdabe

RGB 140218190
HSL0.440.510.70
HSV158°36°85°
CMYK 0.360.000.13   0.15
XYZ45.180959.436057.8062
Yxy59.43600.27820.3659
Hunter Lab77.0947-30.30709.5103
CIE-Lab81.5307-30.17146.2111

#8cdabe color RGB value is (140,218,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 11011010 10111110
Octal 214 332 276
Decimal 140 218 190
Hex 8C DA BE

RGB Percentages of Color #8cdabe

%25.55
%39.78
%34.67

CMYK Percentages of Color #8cdabe

%36
%0
%13
%15

Triadic Colors of #8cdabe

#8cdabe #be8cda #dabe8c

Analogous Colors of #8cdabe

#8cdabe #8ccfda #8cda97

Monochromatic Colors of #8cdabe

#8cdabe

Complementary Color

#8cdabe #da8ca8

#8cdabe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cdabe Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cdabe Color CSS Codes

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

#8cdabe Text Font Color

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

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


#8cdabe Background Color

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

This div background color is #8cdabe


#8cdabe Border Color

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

This div border color is #8cdabe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cdabe


Comments

No comments written yet.

Please login to write comment.