Color Hex Logo

#d7f512 Color Hex

#D7F512
(215,245,18)
0 Favorites   0 Comments

Color spaces of #d7f512

RGB 21524518
HSL0.190.920.52
HSV68°93°96°
CMYK 0.120.000.93   0.04
XYZ60.785979.795612.7706
Yxy79.79560.39640.5203
Hunter Lab89.3284-34.859554.0536
CIE-Lab91.5931-32.980687.6058

#d7f512 color RGB value is (215,245,18).

#d7f512 hex color red value is 215, green value is 245 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #d7f512 hue: 0.19 , saturation: 0.92 and the lightness value of d7f512 is 0.52.

The process color (four color CMYK) of #d7f512 color hex is 0.12, 0.00, 0.93, 0.04. Web safe color of #d7f512 is #ccff00. Color #d7f512 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 11110101 00010010
Octal 327 365 22
Decimal 215 245 18
Hex D7 F5 12

RGB Percentages of Color #d7f512

%44.98
%51.26
%3.77

CMYK Percentages of Color #d7f512

%12
%0
%93
%4

Triadic Colors of #d7f512

#d7f512 #12d7f5 #f512d7

Analogous Colors of #d7f512

#d7f512 #66f512 #f5a212

Monochromatic Colors of #d7f512

#d7f512

Complementary Color

#d7f512 #3012f5

#d7f512 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7f512 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7f512 Color CSS Codes

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

#d7f512 Text Font Color

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

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


#d7f512 Background Color

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

This div background color is #d7f512


#d7f512 Border Color

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

This div border color is #d7f512


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(215,245,18, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d7f512; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d7f512;
  -webkit-box-shadow: 1px 1px 3px 2px #d7f512;
  box-shadow:         1px 1px 3px 2px #d7f512; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(215,245,18, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7f512


Comments

No comments written yet.

Please login to write comment.