Color Hex Logo

#dfba28 Color Hex

#DFBA28
(223,186,40)
0 Favorites   0 Comments

Color spaces of #dfba28

RGB 22318640
HSL0.130.740.52
HSV48°82°87°
CMYK 0.000.170.82   0.13
XYZ48.373350.95909.2940
Yxy50.95900.44530.4691
Hunter Lab71.3856-3.967142.2507
CIE-Lab76.6542-0.169771.6888

#dfba28 color RGB value is (223,186,40).

#dfba28 hex color red value is 223, green value is 186 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #dfba28 hue: 0.13 , saturation: 0.74 and the lightness value of dfba28 is 0.52.

The process color (four color CMYK) of #dfba28 color hex is 0.00, 0.17, 0.82, 0.13. Web safe color of #dfba28 is #cccc33. Color #dfba28 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111010 00101000
Octal 337 272 50
Decimal 223 186 40
Hex DF BA 28

RGB Percentages of Color #dfba28

%49.67
%41.43
%8.91

CMYK Percentages of Color #dfba28

%0
%17
%82
%13

Triadic Colors of #dfba28

#dfba28 #28dfba #ba28df

Analogous Colors of #dfba28

#dfba28 #a9df28 #df5f28

Monochromatic Colors of #dfba28

#dfba28

Complementary Color

#dfba28 #284ddf

#dfba28 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfba28 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfba28 Color CSS Codes

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

#dfba28 Text Font Color

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

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


#dfba28 Background Color

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

This div background color is #dfba28


#dfba28 Border Color

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

This div border color is #dfba28


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfba28


Comments

No comments written yet.

Please login to write comment.