Color Hex Logo

#98be94 Color Hex

#98BE94
(152,190,148)
0 Favorites   0 Comments

Color spaces of #98be94

RGB 152190148
HSL0.320.240.66
HSV114°22°75°
CMYK 0.200.000.22   0.25
XYZ36.707645.640434.8918
Yxy45.64040.31310.3893
Hunter Lab67.5577-21.237616.6686
CIE-Lab73.3116-20.845417.1230

#98be94 color RGB value is (152,190,148).

#98be94 hex color red value is 152, green value is 190 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #98be94 hue: 0.32 , saturation: 0.24 and the lightness value of 98be94 is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 10111110 10010100
Octal 230 276 224
Decimal 152 190 148
Hex 98 BE 94

RGB Percentages of Color #98be94

%31.02
%38.78
%30.20

CMYK Percentages of Color #98be94

%20
%0
%22
%25

Triadic Colors of #98be94

#98be94 #9498be #be9498

Analogous Colors of #98be94

#98be94 #94bea5 #adbe94

Monochromatic Colors of #98be94

#98be94

Complementary Color

#98be94 #ba94be

#98be94 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98be94 Color Preview on White Background

Lorem ipsum dolor sit amet.

#98be94 Color CSS Codes

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

#98be94 Text Font Color

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

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


#98be94 Background Color

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

This div background color is #98be94


#98be94 Border Color

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

This div border color is #98be94


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98be94


Comments

No comments written yet.

Please login to write comment.