Color Hex Logo

#8dcabd Color Hex

#8DCABD
(141,202,189)
0 Favorites   0 Comments

Color spaces of #8dcabd

RGB 141202189
HSL0.460.370.67
HSV167°30°79°
CMYK 0.300.000.06   0.21
XYZ41.290351.577955.9234
Yxy51.57790.27750.3466
Hunter Lab71.8178-23.05584.1042
CIE-Lab77.0278-22.30100.2251

#8dcabd color RGB value is (141,202,189).

#8dcabd hex color red value is 141, green value is 202 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #8dcabd hue: 0.46 , saturation: 0.37 and the lightness value of 8dcabd is 0.67.

The process color (four color CMYK) of #8dcabd color hex is 0.30, 0.00, 0.06, 0.21. Web safe color of #8dcabd is #99cccc. Color #8dcabd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001101 11001010 10111101
Octal 215 312 275
Decimal 141 202 189
Hex 8D CA BD

RGB Percentages of Color #8dcabd

%26.50
%37.97
%35.53

CMYK Percentages of Color #8dcabd

%30
%0
%6
%21

Triadic Colors of #8dcabd

#8dcabd #bd8dca #cabd8d

Analogous Colors of #8dcabd

#8dcabd #8db9ca #8dca9f

Monochromatic Colors of #8dcabd

#8dcabd

Complementary Color

#8dcabd #ca8d9a

#8dcabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8dcabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8dcabd Color CSS Codes

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

#8dcabd Text Font Color

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

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


#8dcabd Background Color

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

This div background color is #8dcabd


#8dcabd Border Color

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

This div border color is #8dcabd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8dcabd


Comments

No comments written yet.

Please login to write comment.