Color Hex Logo

#dfca04 Color Hex

#DFCA04
(223,202,4)
0 Favorites   0 Comments

Color spaces of #dfca04

RGB 2232024
HSL0.150.960.45
HSV54°98°87°
CMYK 0.000.090.98   0.13
XYZ51.573957.93788.5797
Yxy57.93780.43670.4906
Hunter Lab76.1169-12.259746.5988
CIE-Lab80.7042-9.009780.9880

#dfca04 color RGB value is (223,202,4).

#dfca04 hex color red value is 223, green value is 202 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #dfca04 hue: 0.15 , saturation: 0.96 and the lightness value of dfca04 is 0.45.

The process color (four color CMYK) of #dfca04 color hex is 0.00, 0.09, 0.98, 0.13. Web safe color of #dfca04 is #cccc00. Color #dfca04 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001010 00000100
Octal 337 312 4
Decimal 223 202 4
Hex DF CA 4

RGB Percentages of Color #dfca04

%51.98
%47.09
%0.93

CMYK Percentages of Color #dfca04

%0
%9
%98
%13

Triadic Colors of #dfca04

#dfca04 #04dfca #ca04df

Analogous Colors of #dfca04

#dfca04 #87df04 #df5d04

Monochromatic Colors of #dfca04

#dfca04

Complementary Color

#dfca04 #0419df

#dfca04 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfca04 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfca04 Color CSS Codes

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

#dfca04 Text Font Color

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

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


#dfca04 Background Color

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

This div background color is #dfca04


#dfca04 Border Color

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

This div border color is #dfca04


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfca04


Comments

No comments written yet.

Please login to write comment.