Color Hex Logo

#d9fd2a Color Hex

#D9FD2A
(217,253,42)
1 Favorites   0 Comments

Color spaces of #d9fd2a

RGB 21725342
HSL0.200.980.58
HSV70°83°99°
CMYK 0.140.000.83   0.01
XYZ64.158585.169415.2483
Yxy85.16940.38980.5175
Hunter Lab92.2873-37.408854.8048
CIE-Lab93.9561-35.341885.7189

#d9fd2a color RGB value is (217,253,42).

#d9fd2a hex color red value is 217, green value is 253 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #d9fd2a hue: 0.20 , saturation: 0.98 and the lightness value of d9fd2a is 0.58.

The process color (four color CMYK) of #d9fd2a color hex is 0.14, 0.00, 0.83, 0.01. Web safe color of #d9fd2a is #ccff33. Color #d9fd2a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 11111101 00101010
Octal 331 375 52
Decimal 217 253 42
Hex D9 FD 2A

RGB Percentages of Color #d9fd2a

%42.38
%49.41
%8.20

CMYK Percentages of Color #d9fd2a

%14
%0
%83
%1

Triadic Colors of #d9fd2a

#d9fd2a #2ad9fd #fd2ad9

Analogous Colors of #d9fd2a

#d9fd2a #70fd2a #fdb82a

Monochromatic Colors of #d9fd2a

#d9fd2a

Complementary Color

#d9fd2a #4e2afd

#d9fd2a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9fd2a Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9fd2a Color CSS Codes

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

#d9fd2a Text Font Color

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

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


#d9fd2a Background Color

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

This div background color is #d9fd2a


#d9fd2a Border Color

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

This div border color is #d9fd2a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(217,253,42, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d9fd2a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d9fd2a;
  -webkit-box-shadow: 1px 1px 3px 2px #d9fd2a;
  box-shadow:         1px 1px 3px 2px #d9fd2a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,253,42, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9fd2a

Related Colors


Comments

No comments written yet.

Please login to write comment.