Color Hex Logo

#8cdfa9 Color Hex

#8CDFA9
(140,223,169)
0 Favorites   0 Comments

Color spaces of #8cdfa9

RGB 140223169
HSL0.390.560.71
HSV141°37°87°
CMYK 0.370.000.24   0.13
XYZ44.364361.215447.0136
Yxy61.21540.29070.4012
Hunter Lab78.2403-35.706319.1416
CIE-Lab82.4944-36.690718.6530

#8cdfa9 color RGB value is (140,223,169).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 11011111 10101001
Octal 214 337 251
Decimal 140 223 169
Hex 8C DF A9

RGB Percentages of Color #8cdfa9

%26.32
%41.92
%31.77

CMYK Percentages of Color #8cdfa9

%37
%0
%24
%13

Triadic Colors of #8cdfa9

#8cdfa9 #a98cdf #dfa98c

Analogous Colors of #8cdfa9

#8cdfa9 #8cdfd3 #99df8c

Monochromatic Colors of #8cdfa9

#8cdfa9

Complementary Color

#8cdfa9 #df8cc2

#8cdfa9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cdfa9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cdfa9 Color CSS Codes

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

#8cdfa9 Text Font Color

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

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


#8cdfa9 Background Color

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

This div background color is #8cdfa9


#8cdfa9 Border Color

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

This div border color is #8cdfa9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cdfa9


Comments

No comments written yet.

Please login to write comment.