Color Hex Logo

#d1fb49 Color Hex

#D1FB49
(209,251,73)
0 Favorites   0 Comments

Color spaces of #d1fb49

RGB 20925173
HSL0.210.960.64
HSV74°71°98°
CMYK 0.170.000.71   0.02
XYZ61.994383.030719.0624
Yxy83.03070.37780.5060
Hunter Lab91.1212-38.019651.3815
CIE-Lab93.0279-36.329376.0948

#d1fb49 color RGB value is (209,251,73).

#d1fb49 hex color red value is 209, green value is 251 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #d1fb49 hue: 0.21 , saturation: 0.96 and the lightness value of d1fb49 is 0.64.

The process color (four color CMYK) of #d1fb49 color hex is 0.17, 0.00, 0.71, 0.02. Web safe color of #d1fb49 is #ccff33. Color #d1fb49 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 11111011 01001001
Octal 321 373 111
Decimal 209 251 73
Hex D1 FB 49

RGB Percentages of Color #d1fb49

%39.21
%47.09
%13.70

CMYK Percentages of Color #d1fb49

%17
%0
%71
%2

Triadic Colors of #d1fb49

#d1fb49 #49d1fb #fb49d1

Analogous Colors of #d1fb49

#d1fb49 #78fb49 #fbcc49

Monochromatic Colors of #d1fb49

#d1fb49

Complementary Color

#d1fb49 #7349fb

#d1fb49 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1fb49 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1fb49 Color CSS Codes

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

#d1fb49 Text Font Color

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

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


#d1fb49 Background Color

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

This div background color is #d1fb49


#d1fb49 Border Color

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

This div border color is #d1fb49


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(209,251,73, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d1fb49; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d1fb49;
  -webkit-box-shadow: 1px 1px 3px 2px #d1fb49;
  box-shadow:         1px 1px 3px 2px #d1fb49; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(209,251,73, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1fb49


Comments

No comments written yet.

Please login to write comment.