Color Hex Logo

#d4f145 Color Hex

#D4F145
(212,241,69)
0 Favorites   0 Comments

Color spaces of #d4f145

RGB 21224169
HSL0.190.860.61
HSV70°71°95°
CMYK 0.120.000.71   0.05
XYZ59.680977.337317.4123
Yxy77.33730.38650.5008
Hunter Lab87.9416-32.760249.8198
CIE-Lab90.4766-30.794775.0224

#d4f145 color RGB value is (212,241,69).

#d4f145 hex color red value is 212, green value is 241 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #d4f145 hue: 0.19 , saturation: 0.86 and the lightness value of d4f145 is 0.61.

The process color (four color CMYK) of #d4f145 color hex is 0.12, 0.00, 0.71, 0.05. Web safe color of #d4f145 is #ccff33. Color #d4f145 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 11110001 01000101
Octal 324 361 105
Decimal 212 241 69
Hex D4 F1 45

RGB Percentages of Color #d4f145

%40.61
%46.17
%13.22

CMYK Percentages of Color #d4f145

%12
%0
%71
%5

Triadic Colors of #d4f145

#d4f145 #45d4f1 #f145d4

Analogous Colors of #d4f145

#d4f145 #7ef145 #f1b845

Monochromatic Colors of #d4f145

#d4f145

Complementary Color

#d4f145 #6245f1

#d4f145 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4f145 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4f145 Color CSS Codes

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

#d4f145 Text Font Color

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

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


#d4f145 Background Color

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

This div background color is #d4f145


#d4f145 Border Color

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

This div border color is #d4f145


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(212,241,69, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4f145


Comments

No comments written yet.

Please login to write comment.