Color Hex Logo

#8cdfb6 Color Hex

#8CDFB6
(140,223,182)
0 Favorites   0 Comments

Color spaces of #8cdfb6

RGB 140223182
HSL0.420.560.71
HSV150°37°87°
CMYK 0.370.000.18   0.13
XYZ45.646461.728253.7649
Yxy61.72820.28330.3831
Hunter Lab78.5673-33.787014.4240
CIE-Lab82.7687-34.172112.2111

#8cdfb6 color RGB value is (140,223,182).

#8cdfb6 hex color red value is 140, green value is 223 and the blue value of its RGB is 182. Cylindrical-coordinate representations (also known as HSL) of color #8cdfb6 hue: 0.42 , saturation: 0.56 and the lightness value of 8cdfb6 is 0.71.

The process color (four color CMYK) of #8cdfb6 color hex is 0.37, 0.00, 0.18, 0.13. Web safe color of #8cdfb6 is #99cccc. Color #8cdfb6 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 11011111 10110110
Octal 214 337 266
Decimal 140 223 182
Hex 8C DF B6

RGB Percentages of Color #8cdfb6

%25.69
%40.92
%33.39

CMYK Percentages of Color #8cdfb6

%37
%0
%18
%13

Triadic Colors of #8cdfb6

#8cdfb6 #b68cdf #dfb68c

Analogous Colors of #8cdfb6

#8cdfb6 #8cdfdf #8cdf8d

Monochromatic Colors of #8cdfb6

#8cdfb6

Complementary Color

#8cdfb6 #df8cb5

#8cdfb6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cdfb6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cdfb6 Color CSS Codes

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

#8cdfb6 Text Font Color

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

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


#8cdfb6 Background Color

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

This div background color is #8cdfb6


#8cdfb6 Border Color

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

This div border color is #8cdfb6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cdfb6


Comments

No comments written yet.

Please login to write comment.