Color Hex Logo

#8ccab4 Color Hex

#8CCAB4
(140,202,180)
0 Favorites   0 Comments

Color spaces of #8ccab4

RGB 140202180
HSL0.440.370.67
HSV159°31°79°
CMYK 0.310.000.11   0.21
XYZ40.174051.111850.9282
Yxy51.11180.28250.3594
Hunter Lab71.4925-24.80697.8091
CIE-Lab76.7467-24.53334.6589

#8ccab4 color RGB value is (140,202,180).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 11001010 10110100
Octal 214 312 264
Decimal 140 202 180
Hex 8C CA B4

RGB Percentages of Color #8ccab4

%26.82
%38.70
%34.48

CMYK Percentages of Color #8ccab4

%31
%0
%11
%21

Triadic Colors of #8ccab4

#8ccab4 #b48cca #cab48c

Analogous Colors of #8ccab4

#8ccab4 #8cc1ca #8cca95

Monochromatic Colors of #8ccab4

#8ccab4

Complementary Color

#8ccab4 #ca8ca2

#8ccab4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ccab4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ccab4 Color CSS Codes

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

#8ccab4 Text Font Color

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

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


#8ccab4 Background Color

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

This div background color is #8ccab4


#8ccab4 Border Color

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

This div border color is #8ccab4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ccab4


Comments

No comments written yet.

Please login to write comment.