Color Hex Logo

#9fed1d Color Hex

#9FED1D
(159,237,29)
0 Favorites   0 Comments

Color spaces of #9fed1d

RGB 15923729
HSL0.230.850.52
HSV83°88°93°
CMYK 0.330.000.88   0.07
XYZ44.804068.028011.9317
Yxy68.02800.35910.5453
Hunter Lab82.4791-47.374349.1583
CIE-Lab86.0204-50.612080.1902

#9fed1d color RGB value is (159,237,29).

#9fed1d hex color red value is 159, green value is 237 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #9fed1d hue: 0.23 , saturation: 0.85 and the lightness value of 9fed1d is 0.52.

The process color (four color CMYK) of #9fed1d color hex is 0.33, 0.00, 0.88, 0.07. Web safe color of #9fed1d is #99ff33. Color #9fed1d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 11101101 00011101
Octal 237 355 35
Decimal 159 237 29
Hex 9F ED 1D

RGB Percentages of Color #9fed1d

%37.41
%55.76
%6.82

CMYK Percentages of Color #9fed1d

%33
%0
%88
%7

Triadic Colors of #9fed1d

#9fed1d #1d9fed #ed1d9f

Analogous Colors of #9fed1d

#9fed1d #37ed1d #edd31d

Monochromatic Colors of #9fed1d

#9fed1d

Complementary Color

#9fed1d #6b1ded

#9fed1d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fed1d Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fed1d Color CSS Codes

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

#9fed1d Text Font Color

<p style="color:#9fed1d">Text here</p>

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


#9fed1d Background Color

<div style="background-color:#9fed1d">
Div content here</div>

This div background color is #9fed1d


#9fed1d Border Color

<div style="border:3px solid #9fed1d">
Div here</div>

This div border color is #9fed1d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(159,237,29, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9fed1d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9fed1d;
  -webkit-box-shadow: 1px 1px 3px 2px #9fed1d;
  box-shadow:         1px 1px 3px 2px #9fed1d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(159,237,29, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fed1d


Comments

No comments written yet.

Please login to write comment.