Color Hex Logo

#98ce46 Color Hex

#98CE46
(152,206,70)
0 Favorites   0 Comments

Color spaces of #98ce46

RGB 15220670
HSL0.230.580.54
HSV84°66°81°
CMYK 0.260.000.66   0.19
XYZ36.125751.260213.7845
Yxy51.26020.35710.5067
Hunter Lab71.5962-35.226738.7022
CIE-Lab76.8364-37.972759.6380

#98ce46 color RGB value is (152,206,70).

#98ce46 hex color red value is 152, green value is 206 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #98ce46 hue: 0.23 , saturation: 0.58 and the lightness value of 98ce46 is 0.54.

The process color (four color CMYK) of #98ce46 color hex is 0.26, 0.00, 0.66, 0.19. Web safe color of #98ce46 is #99cc33. Color #98ce46 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 11001110 01000110
Octal 230 316 106
Decimal 152 206 70
Hex 98 CE 46

RGB Percentages of Color #98ce46

%35.51
%48.13
%16.36

CMYK Percentages of Color #98ce46

%26
%0
%66
%19

Triadic Colors of #98ce46

#98ce46 #4698ce #ce4698

Analogous Colors of #98ce46

#98ce46 #54ce46 #cec046

Monochromatic Colors of #98ce46

#98ce46

Complementary Color

#98ce46 #7c46ce

#98ce46 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98ce46 Color Preview on White Background

Lorem ipsum dolor sit amet.

#98ce46 Color CSS Codes

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

#98ce46 Text Font Color

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

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


#98ce46 Background Color

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

This div background color is #98ce46


#98ce46 Border Color

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

This div border color is #98ce46


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98ce46


Comments

No comments written yet.

Please login to write comment.