Color Hex Logo

#8dcacb Color Hex

#8DCACB
(141,202,203)
0 Favorites   0 Comments

Color spaces of #8dcacb

RGB 141202203
HSL0.500.370.67
HSV181°31°80°
CMYK 0.310.000.00   0.20
XYZ42.884552.215664.3183
Yxy52.21560.26900.3275
Hunter Lab72.2604-20.5209-2.1912
CIE-Lab77.4096-19.1346-6.7604

#8dcacb color RGB value is (141,202,203).

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

The process color (four color CMYK) of #8dcacb color hex is 0.31, 0.00, 0.00, 0.20. Web safe color of #8dcacb is #99cccc. Color #8dcacb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001101 11001010 11001011
Octal 215 312 313
Decimal 141 202 203
Hex 8D CA CB

RGB Percentages of Color #8dcacb

%25.82
%37.00
%37.18

CMYK Percentages of Color #8dcacb

%31
%0
%0
%20

Triadic Colors of #8dcacb

#8dcacb #cb8dca #cacb8d

Analogous Colors of #8dcacb

#8dcacb #8dabcb #8dcbad

Monochromatic Colors of #8dcacb

#8dcacb

Complementary Color

#8dcacb #cb8e8d

#8dcacb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8dcacb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8dcacb Color CSS Codes

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

#8dcacb Text Font Color

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

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


#8dcacb Background Color

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

This div background color is #8dcacb


#8dcacb Border Color

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

This div border color is #8dcacb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(141,202,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8dcacb


Comments

No comments written yet.

Please login to write comment.