Color Hex Logo

#dfda13 Color Hex

#DFDA13
(223,218,19)
0 Favorites   0 Comments

Color spaces of #dfda13

RGB 22321819
HSL0.160.840.47
HSV59°91°87°
CMYK 0.000.020.91   0.13
XYZ55.620465.877810.4003
Yxy65.87780.42170.4995
Hunter Lab81.1651-19.717549.2183
CIE-Lab84.9340-16.843382.6006

#dfda13 color RGB value is (223,218,19).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011010 00010011
Octal 337 332 23
Decimal 223 218 19
Hex DF DA 13

RGB Percentages of Color #dfda13

%48.48
%47.39
%4.13

CMYK Percentages of Color #dfda13

%0
%2
%91
%13

Triadic Colors of #dfda13

#dfda13 #13dfda #da13df

Analogous Colors of #dfda13

#dfda13 #7edf13 #df7413

Monochromatic Colors of #dfda13

#dfda13

Complementary Color

#dfda13 #1318df

#dfda13 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfda13 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfda13 Color CSS Codes

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

#dfda13 Text Font Color

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

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


#dfda13 Background Color

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

This div background color is #dfda13


#dfda13 Border Color

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

This div border color is #dfda13


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfda13


Comments

No comments written yet.

Please login to write comment.