Color Hex Logo

#8cd198 Color Hex

#8CD198
(140,209,152)
0 Favorites   0 Comments

Color spaces of #8cd198

RGB 140209152
HSL0.360.430.68
HSV130°33°82°
CMYK 0.330.000.27   0.18
XYZ39.283253.443437.9509
Yxy53.44340.30060.4090
Hunter Lab73.1050-32.016220.3944
CIE-Lab78.1361-33.316221.5528

#8cd198 color RGB value is (140,209,152).

#8cd198 hex color red value is 140, green value is 209 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #8cd198 hue: 0.36 , saturation: 0.43 and the lightness value of 8cd198 is 0.68.

The process color (four color CMYK) of #8cd198 color hex is 0.33, 0.00, 0.27, 0.18. Web safe color of #8cd198 is #99cc99. Color #8cd198 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 11010001 10011000
Octal 214 321 230
Decimal 140 209 152
Hex 8C D1 98

RGB Percentages of Color #8cd198

%27.94
%41.72
%30.34

CMYK Percentages of Color #8cd198

%33
%0
%27
%18

Triadic Colors of #8cd198

#8cd198 #988cd1 #d1988c

Analogous Colors of #8cd198

#8cd198 #8cd1bb #a3d18c

Monochromatic Colors of #8cd198

#8cd198

Complementary Color

#8cd198 #d18cc5

#8cd198 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cd198 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cd198 Color CSS Codes

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

#8cd198 Text Font Color

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

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


#8cd198 Background Color

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

This div background color is #8cd198


#8cd198 Border Color

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

This div border color is #8cd198


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cd198


Comments

No comments written yet.

Please login to write comment.