Color Hex Logo

#98d401 Color Hex

#98D401
(152,212,1)
0 Favorites   0 Comments

Color spaces of #98d401

RGB 1522121
HSL0.210.990.42
HSV77°100°83°
CMYK 0.280.001.00   0.17
XYZ36.497953.76468.4827
Yxy53.76460.36960.5445
Hunter Lab73.3243-39.467544.4679
CIE-Lab78.3243-43.146577.2090

#98d401 color RGB value is (152,212,1).

#98d401 hex color red value is 152, green value is 212 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #98d401 hue: 0.21 , saturation: 0.99 and the lightness value of 98d401 is 0.42.

The process color (four color CMYK) of #98d401 color hex is 0.28, 0.00, 1.00, 0.17. Web safe color of #98d401 is #99cc00. Color #98d401 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 11010100 00000001
Octal 230 324 1
Decimal 152 212 1
Hex 98 D4 1

RGB Percentages of Color #98d401

%41.64
%58.08
%0.27

CMYK Percentages of Color #98d401

%28
%0
%100
%17

Triadic Colors of #98d401

#98d401 #0198d4 #d40198

Analogous Colors of #98d401

#98d401 #2fd401 #d4a701

Monochromatic Colors of #98d401

#98d401

Complementary Color

#98d401 #3d01d4

#98d401 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98d401 Color Preview on White Background

Lorem ipsum dolor sit amet.

#98d401 Color CSS Codes

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

#98d401 Text Font Color

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

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


#98d401 Background Color

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

This div background color is #98d401


#98d401 Border Color

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

This div border color is #98d401


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98d401


Comments

No comments written yet.

Please login to write comment.