Color Hex Logo

#dfc402 Color Hex

#DFC402
(223,196,2)
0 Favorites   0 Comments

Color spaces of #dfc402

RGB 2231962
HSL0.150.980.44
HSV53°99°87°
CMYK 0.000.120.99   0.13
XYZ50.182355.17228.0618
Yxy55.17220.44250.4865
Hunter Lab74.2780-9.391745.5595
CIE-Lab79.1404-5.970580.0529

#dfc402 color RGB value is (223,196,2).

#dfc402 hex color red value is 223, green value is 196 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #dfc402 hue: 0.15 , saturation: 0.98 and the lightness value of dfc402 is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11000100 00000010
Octal 337 304 2
Decimal 223 196 2
Hex DF C4 2

RGB Percentages of Color #dfc402

%52.97
%46.56
%0.48

CMYK Percentages of Color #dfc402

%0
%12
%99
%13

Triadic Colors of #dfc402

#dfc402 #02dfc4 #c402df

Analogous Colors of #dfc402

#dfc402 #8cdf02 #df5602

Monochromatic Colors of #dfc402

#dfc402

Complementary Color

#dfc402 #021ddf

#dfc402 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc402 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc402 Color CSS Codes

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

#dfc402 Text Font Color

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

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


#dfc402 Background Color

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

This div background color is #dfc402


#dfc402 Border Color

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

This div border color is #dfc402


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc402


Comments

No comments written yet.

Please login to write comment.