Color Hex Logo

#98c087 Color Hex

#98C087
(152,192,135)
0 Favorites   0 Comments

Color spaces of #98c087

RGB 152192135
HSL0.280.310.64
HSV102°30°75°
CMYK 0.210.000.30   0.25
XYZ36.171746.123929.9180
Yxy46.12390.32230.4110
Hunter Lab67.9146-23.780421.4215
CIE-Lab73.6259-23.980724.5042

#98c087 color RGB value is (152,192,135).

#98c087 hex color red value is 152, green value is 192 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #98c087 hue: 0.28 , saturation: 0.31 and the lightness value of 98c087 is 0.64.

The process color (four color CMYK) of #98c087 color hex is 0.21, 0.00, 0.30, 0.25. Web safe color of #98c087 is #99cc99. Color #98c087 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 11000000 10000111
Octal 230 300 207
Decimal 152 192 135
Hex 98 C0 87

RGB Percentages of Color #98c087

%31.73
%40.08
%28.18

CMYK Percentages of Color #98c087

%21
%0
%30
%25

Triadic Colors of #98c087

#98c087 #8798c0 #c08798

Analogous Colors of #98c087

#98c087 #87c093 #b5c087

Monochromatic Colors of #98c087

#98c087

Complementary Color

#98c087 #af87c0

#98c087 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98c087 Color Preview on White Background

Lorem ipsum dolor sit amet.

#98c087 Color CSS Codes

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

#98c087 Text Font Color

<p style="color:#98c087">Text here</p>

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


#98c087 Background Color

<div style="background-color:#98c087">
Div content here</div>

This div background color is #98c087


#98c087 Border Color

<div style="border:3px solid #98c087">
Div here</div>

This div border color is #98c087


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(152,192,135, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #98c087; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #98c087;
  -webkit-box-shadow: 1px 1px 3px 2px #98c087;
  box-shadow:         1px 1px 3px 2px #98c087; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98c087


Comments

No comments written yet.

Please login to write comment.