Color Hex Logo

#dfbf06 Color Hex

#DFBF06
(223,191,6)
0 Favorites   0 Comments

Color spaces of #dfbf06

RGB 2231916
HSL0.140.950.45
HSV51°97°87°
CMYK 0.000.140.97   0.13
XYZ49.095152.96277.8075
Yxy52.96270.44690.4821
Hunter Lab72.7755-6.939144.5821
CIE-Lab77.8530-3.361278.7257

#dfbf06 color RGB value is (223,191,6).

#dfbf06 hex color red value is 223, green value is 191 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #dfbf06 hue: 0.14 , saturation: 0.95 and the lightness value of dfbf06 is 0.45.

The process color (four color CMYK) of #dfbf06 color hex is 0.00, 0.14, 0.97, 0.13. Web safe color of #dfbf06 is #cccc00. Color #dfbf06 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111111 00000110
Octal 337 277 6
Decimal 223 191 6
Hex DF BF 6

RGB Percentages of Color #dfbf06

%53.10
%45.48
%1.43

CMYK Percentages of Color #dfbf06

%0
%14
%97
%13

Triadic Colors of #dfbf06

#dfbf06 #06dfbf #bf06df

Analogous Colors of #dfbf06

#dfbf06 #93df06 #df5306

Monochromatic Colors of #dfbf06

#dfbf06

Complementary Color

#dfbf06 #0626df

#dfbf06 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfbf06 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfbf06 Color CSS Codes

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

#dfbf06 Text Font Color

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

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


#dfbf06 Background Color

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

This div background color is #dfbf06


#dfbf06 Border Color

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

This div border color is #dfbf06


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfbf06


Comments

No comments written yet.

Please login to write comment.