Color Hex Logo

#98ef69 Color Hex

#98EF69
(152,239,105)
0 Favorites   0 Comments

Color spaces of #98ef69

RGB 152239105
HSL0.270.810.67
HSV99°56°94°
CMYK 0.360.000.56   0.06
XYZ46.365269.428324.3219
Yxy69.42830.33090.4955
Hunter Lab83.3236-46.490641.0200
CIE-Lab86.7157-49.140655.7453

#98ef69 color RGB value is (152,239,105).

#98ef69 hex color red value is 152, green value is 239 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #98ef69 hue: 0.27 , saturation: 0.81 and the lightness value of 98ef69 is 0.67.

The process color (four color CMYK) of #98ef69 color hex is 0.36, 0.00, 0.56, 0.06. Web safe color of #98ef69 is #99ff66. Color #98ef69 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 11101111 01101001
Octal 230 357 151
Decimal 152 239 105
Hex 98 EF 69

RGB Percentages of Color #98ef69

%30.65
%48.19
%21.17

CMYK Percentages of Color #98ef69

%36
%0
%56
%6

Triadic Colors of #98ef69

#98ef69 #6998ef #ef6998

Analogous Colors of #98ef69

#98ef69 #69ef7d #dbef69

Monochromatic Colors of #98ef69

#98ef69

Complementary Color

#98ef69 #c069ef

#98ef69 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98ef69 Color Preview on White Background

Lorem ipsum dolor sit amet.

#98ef69 Color CSS Codes

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

#98ef69 Text Font Color

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

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


#98ef69 Background Color

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

This div background color is #98ef69


#98ef69 Border Color

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

This div border color is #98ef69


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98ef69


Comments

No comments written yet.

Please login to write comment.