Color Hex Logo

#d4df12 Color Hex

#D4DF12
(212,223,18)
0 Favorites   0 Comments

Color spaces of #d4df12

RGB 21222318
HSL0.180.850.47
HSV63°92°87°
CMYK 0.050.000.92   0.13
XYZ53.648266.816110.6415
Yxy66.81610.40920.5096
Hunter Lab81.7411-25.894149.5001
CIE-Lab85.4110-23.901882.7215

#d4df12 color RGB value is (212,223,18).

#d4df12 hex color red value is 212, green value is 223 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #d4df12 hue: 0.18 , saturation: 0.85 and the lightness value of d4df12 is 0.47.

The process color (four color CMYK) of #d4df12 color hex is 0.05, 0.00, 0.92, 0.13. Web safe color of #d4df12 is #cccc00. Color #d4df12 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 11011111 00010010
Octal 324 337 22
Decimal 212 223 18
Hex D4 DF 12

RGB Percentages of Color #d4df12

%46.80
%49.23
%3.97

CMYK Percentages of Color #d4df12

%5
%0
%92
%13

Triadic Colors of #d4df12

#d4df12 #12d4df #df12d4

Analogous Colors of #d4df12

#d4df12 #6edf12 #df8412

Monochromatic Colors of #d4df12

#d4df12

Complementary Color

#d4df12 #1d12df

#d4df12 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4df12 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4df12 Color CSS Codes

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

#d4df12 Text Font Color

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

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


#d4df12 Background Color

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

This div background color is #d4df12


#d4df12 Border Color

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

This div border color is #d4df12


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4df12


Comments

No comments written yet.

Please login to write comment.