Color Hex Logo

#8cdfd4 Color Hex

#8CDFD4
(140,223,212)
0 Favorites   0 Comments

Color spaces of #8cdfd4

RGB 140223212
HSL0.480.560.71
HSV172°37°87°
CMYK 0.370.000.05   0.13
XYZ49.086663.104371.8806
Yxy63.10430.26670.3428
Hunter Lab79.4382-28.71781.9575
CIE-Lab83.4972-27.7130-2.5992

#8cdfd4 color RGB value is (140,223,212).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 11011111 11010100
Octal 214 337 324
Decimal 140 223 212
Hex 8C DF D4

RGB Percentages of Color #8cdfd4

%24.35
%38.78
%36.87

CMYK Percentages of Color #8cdfd4

%37
%0
%5
%13

Triadic Colors of #8cdfd4

#8cdfd4 #d48cdf #dfd48c

Analogous Colors of #8cdfd4

#8cdfd4 #8cc1df #8cdfab

Monochromatic Colors of #8cdfd4

#8cdfd4

Complementary Color

#8cdfd4 #df8c97

#8cdfd4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cdfd4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cdfd4 Color CSS Codes

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

#8cdfd4 Text Font Color

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

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


#8cdfd4 Background Color

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

This div background color is #8cdfd4


#8cdfd4 Border Color

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

This div border color is #8cdfd4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cdfd4


Comments

No comments written yet.

Please login to write comment.