Color Hex Logo

#d4fe1d Color Hex

#D4FE1D
(212,254,29)
0 Favorites   0 Comments

Color spaces of #d4fe1d

RGB 21225429
HSL0.200.990.55
HSV71°89°100°
CMYK 0.170.000.89   0.00
XYZ62.815084.969414.2524
Yxy84.96940.38770.5244
Hunter Lab92.1788-39.674755.3580
CIE-Lab93.8699-38.053787.8826

#d4fe1d color RGB value is (212,254,29).

#d4fe1d hex color red value is 212, green value is 254 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #d4fe1d hue: 0.20 , saturation: 0.99 and the lightness value of d4fe1d is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 11111110 00011101
Octal 324 376 35
Decimal 212 254 29
Hex D4 FE 1D

RGB Percentages of Color #d4fe1d

%42.83
%51.31
%5.86

CMYK Percentages of Color #d4fe1d

%17
%0
%89
%0

Triadic Colors of #d4fe1d

#d4fe1d #1dd4fe #fe1dd4

Analogous Colors of #d4fe1d

#d4fe1d #64fe1d #feb81d

Monochromatic Colors of #d4fe1d

#d4fe1d

Complementary Color

#d4fe1d #471dfe

#d4fe1d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4fe1d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4fe1d Color CSS Codes

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

#d4fe1d Text Font Color

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

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


#d4fe1d Background Color

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

This div background color is #d4fe1d


#d4fe1d Border Color

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

This div border color is #d4fe1d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(212,254,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 #d4fe1d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4fe1d

Related Colors


Comments

No comments written yet.

Please login to write comment.