Color Hex Logo

#8ccabd Color Hex

#8CCABD
(140,202,189)
0 Favorites   0 Comments

Color spaces of #8ccabd

RGB 140202189
HSL0.470.370.67
HSV167°31°79°
CMYK 0.310.000.06   0.21
XYZ41.121151.490655.9155
Yxy51.49060.27690.3467
Hunter Lab71.7570-23.28334.0290
CIE-Lab76.9752-22.59260.1421

#8ccabd color RGB value is (140,202,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 11001010 10111101
Octal 214 312 275
Decimal 140 202 189
Hex 8C CA BD

RGB Percentages of Color #8ccabd

%26.37
%38.04
%35.59

CMYK Percentages of Color #8ccabd

%31
%0
%6
%21

Triadic Colors of #8ccabd

#8ccabd #bd8cca #cabd8c

Analogous Colors of #8ccabd

#8ccabd #8cb8ca #8cca9e

Monochromatic Colors of #8ccabd

#8ccabd

Complementary Color

#8ccabd #ca8c99

#8ccabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ccabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ccabd Color CSS Codes

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

#8ccabd Text Font Color

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

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


#8ccabd Background Color

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

This div background color is #8ccabd


#8ccabd Border Color

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

This div border color is #8ccabd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ccabd


Comments

No comments written yet.

Please login to write comment.