Color Hex Logo

#dfd703 Color Hex

#DFD703
(223,215,3)
0 Favorites   0 Comments

Color spaces of #dfd703

RGB 2232153
HSL0.160.970.44
HSV58°99°87°
CMYK 0.000.040.99   0.13
XYZ54.748364.29549.6109
Yxy64.29540.42550.4998
Hunter Lab80.1844-18.446549.0226
CIE-Lab84.1193-15.529083.5701

#dfd703 color RGB value is (223,215,3).

#dfd703 hex color red value is 223, green value is 215 and the blue value of its RGB is 3. Cylindrical-coordinate representations (also known as HSL) of color #dfd703 hue: 0.16 , saturation: 0.97 and the lightness value of dfd703 is 0.44.

The process color (four color CMYK) of #dfd703 color hex is 0.00, 0.04, 0.99, 0.13. Web safe color of #dfd703 is #cccc00. Color #dfd703 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11010111 00000011
Octal 337 327 3
Decimal 223 215 3
Hex DF D7 3

RGB Percentages of Color #dfd703

%50.57
%48.75
%0.68

CMYK Percentages of Color #dfd703

%0
%4
%99
%13

Triadic Colors of #dfd703

#dfd703 #03dfd7 #d703df

Analogous Colors of #dfd703

#dfd703 #79df03 #df6903

Monochromatic Colors of #dfd703

#dfd703

Complementary Color

#dfd703 #030bdf

#dfd703 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfd703 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfd703 Color CSS Codes

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

#dfd703 Text Font Color

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

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


#dfd703 Background Color

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

This div background color is #dfd703


#dfd703 Border Color

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

This div border color is #dfd703


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfd703


Comments

No comments written yet.

Please login to write comment.