Color Hex Logo

#d4f970 Color Hex

#D4F970
(212,249,112)
0 Favorites   0 Comments

Color spaces of #d4f970

RGB 212249112
HSL0.210.920.71
HSV76°55°98°
CMYK 0.150.000.55   0.02
XYZ63.951782.918327.9634
Yxy82.91830.36580.4743
Hunter Lab91.0595-33.992345.5343
CIE-Lab92.9787-31.600660.7666

#d4f970 color RGB value is (212,249,112).

#d4f970 hex color red value is 212, green value is 249 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #d4f970 hue: 0.21 , saturation: 0.92 and the lightness value of d4f970 is 0.71.

The process color (four color CMYK) of #d4f970 color hex is 0.15, 0.00, 0.55, 0.02. Web safe color of #d4f970 is #ccff66. Color #d4f970 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 11111001 01110000
Octal 324 371 160
Decimal 212 249 112
Hex D4 F9 70

RGB Percentages of Color #d4f970

%37.00
%43.46
%19.55

CMYK Percentages of Color #d4f970

%15
%0
%55
%2

Triadic Colors of #d4f970

#d4f970 #70d4f9 #f970d4

Analogous Colors of #d4f970

#d4f970 #90f970 #f9da70

Monochromatic Colors of #d4f970

#d4f970

Complementary Color

#d4f970 #9570f9

#d4f970 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4f970 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4f970 Color CSS Codes

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

#d4f970 Text Font Color

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

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


#d4f970 Background Color

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

This div background color is #d4f970


#d4f970 Border Color

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

This div border color is #d4f970


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4f970


Comments

No comments written yet.

Please login to write comment.