Color Hex Logo

#dfba14 Color Hex

#DFBA14
(223,186,20)
0 Favorites   0 Comments

Color spaces of #dfba14

RGB 22318620
HSL0.140.840.48
HSV49°91°87°
CMYK 0.000.170.91   0.13
XYZ48.116650.85637.9420
Yxy50.85630.45000.4757
Hunter Lab71.3136-4.361643.3166
CIE-Lab76.5919-0.608676.0770

#dfba14 color RGB value is (223,186,20).

#dfba14 hex color red value is 223, green value is 186 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #dfba14 hue: 0.14 , saturation: 0.84 and the lightness value of dfba14 is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111010 00010100
Octal 337 272 24
Decimal 223 186 20
Hex DF BA 14

RGB Percentages of Color #dfba14

%51.98
%43.36
%4.66

CMYK Percentages of Color #dfba14

%0
%17
%91
%13

Triadic Colors of #dfba14

#dfba14 #14dfba #ba14df

Analogous Colors of #dfba14

#dfba14 #9fdf14 #df5414

Monochromatic Colors of #dfba14

#dfba14

Complementary Color

#dfba14 #1439df

#dfba14 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfba14 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfba14 Color CSS Codes

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

#dfba14 Text Font Color

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

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


#dfba14 Background Color

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

This div background color is #dfba14


#dfba14 Border Color

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

This div border color is #dfba14


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfba14


Comments

No comments written yet.

Please login to write comment.