Color Hex Logo

#dfba01 Color Hex

#DFBA01
(223,186,1)
0 Favorites   0 Comments

Color spaces of #dfba01

RGB 2231861
HSL0.140.990.44
HSV50°100°87°
CMYK 0.000.171.00   0.13
XYZ47.995850.80807.3060
Yxy50.80800.45230.4788
Hunter Lab71.2797-4.547643.8187
CIE-Lab76.5626-0.816078.3194

#dfba01 color RGB value is (223,186,1).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111010 00000001
Octal 337 272 1
Decimal 223 186 1
Hex DF BA 1

RGB Percentages of Color #dfba01

%54.39
%45.37
%0.24

CMYK Percentages of Color #dfba01

%0
%17
%100
%13

Triadic Colors of #dfba01

#dfba01 #01dfba #ba01df

Analogous Colors of #dfba01

#dfba01 #95df01 #df4b01

Monochromatic Colors of #dfba01

#dfba01

Complementary Color

#dfba01 #0126df

#dfba01 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfba01 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfba01 Color CSS Codes

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

#dfba01 Text Font Color

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

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


#dfba01 Background Color

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

This div background color is #dfba01


#dfba01 Border Color

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

This div border color is #dfba01


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfba01


Comments

No comments written yet.

Please login to write comment.