Color Hex Logo

#8dcab1 Color Hex

#8DCAB1
(141,202,177)
0 Favorites   0 Comments

Color spaces of #8dcab1

RGB 141202177
HSL0.430.370.67
HSV155°30°79°
CMYK 0.300.000.12   0.21
XYZ40.040851.078149.3437
Yxy51.07810.28510.3636
Hunter Lab71.4689-25.06529.0932
CIE-Lab76.7263-24.86066.2508

#8dcab1 color RGB value is (141,202,177).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001101 11001010 10110001
Octal 215 312 261
Decimal 141 202 177
Hex 8D CA B1

RGB Percentages of Color #8dcab1

%27.12
%38.85
%34.04

CMYK Percentages of Color #8dcab1

%30
%0
%12
%21

Triadic Colors of #8dcab1

#8dcab1 #b18dca #cab18d

Analogous Colors of #8dcab1

#8dcab1 #8dc5ca #8dca93

Monochromatic Colors of #8dcab1

#8dcab1

Complementary Color

#8dcab1 #ca8da6

#8dcab1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8dcab1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8dcab1 Color CSS Codes

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

#8dcab1 Text Font Color

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

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


#8dcab1 Background Color

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

This div background color is #8dcab1


#8dcab1 Border Color

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

This div border color is #8dcab1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8dcab1


Comments

No comments written yet.

Please login to write comment.