Color Hex Logo

#dfda11 Color Hex

#DFDA11
(223,218,17)
0 Favorites   0 Comments

Color spaces of #dfda11

RGB 22321817
HSL0.160.860.47
HSV59°92°87°
CMYK 0.000.020.92   0.13
XYZ55.604065.871310.3141
Yxy65.87130.42190.4998
Hunter Lab81.1611-19.740549.2781
CIE-Lab84.9307-16.870182.8481

#dfda11 color RGB value is (223,218,17).

#dfda11 hex color red value is 223, green value is 218 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #dfda11 hue: 0.16 , saturation: 0.86 and the lightness value of dfda11 is 0.47.

The process color (four color CMYK) of #dfda11 color hex is 0.00, 0.02, 0.92, 0.13. Web safe color of #dfda11 is #cccc00. Color #dfda11 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011010 00010001
Octal 337 332 21
Decimal 223 218 17
Hex DF DA 11

RGB Percentages of Color #dfda11

%48.69
%47.60
%3.71

CMYK Percentages of Color #dfda11

%0
%2
%92
%13

Triadic Colors of #dfda11

#dfda11 #11dfda #da11df

Analogous Colors of #dfda11

#dfda11 #7ddf11 #df7311

Monochromatic Colors of #dfda11

#dfda11

Complementary Color

#dfda11 #1116df

#dfda11 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfda11 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfda11 Color CSS Codes

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

#dfda11 Text Font Color

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

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


#dfda11 Background Color

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

This div background color is #dfda11


#dfda11 Border Color

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

This div border color is #dfda11


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,218,17, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfda11


Comments

No comments written yet.

Please login to write comment.