Color Hex Logo

#8cdfbd Color Hex

#8CDFBD
(140,223,189)
0 Favorites   0 Comments

Color spaces of #8cdfbd

RGB 140223189
HSL0.430.560.71
HSV155°37°87°
CMYK 0.370.000.15   0.13
XYZ46.388262.024957.6712
Yxy62.02490.27930.3735
Hunter Lab78.7559-32.684111.7124
CIE-Lab82.9267-32.74348.7442

#8cdfbd color RGB value is (140,223,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 11011111 10111101
Octal 214 337 275
Decimal 140 223 189
Hex 8C DF BD

RGB Percentages of Color #8cdfbd

%25.36
%40.40
%34.24

CMYK Percentages of Color #8cdfbd

%37
%0
%15
%13

Triadic Colors of #8cdfbd

#8cdfbd #bd8cdf #dfbd8c

Analogous Colors of #8cdfbd

#8cdfbd #8cd8df #8cdf94

Monochromatic Colors of #8cdfbd

#8cdfbd

Complementary Color

#8cdfbd #df8cae

#8cdfbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cdfbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cdfbd Color CSS Codes

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

#8cdfbd Text Font Color

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

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


#8cdfbd Background Color

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

This div background color is #8cdfbd


#8cdfbd Border Color

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

This div border color is #8cdfbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cdfbd


Comments

No comments written yet.

Please login to write comment.