Color Hex Logo

#dfc902 Color Hex

#DFC902
(223,201,2)
0 Favorites   0 Comments

Color spaces of #dfc902

RGB 2232012
HSL0.150.980.44
HSV54°99°87°
CMYK 0.000.100.99   0.13
XYZ51.329057.46568.4441
Yxy57.46560.43780.4902
Hunter Lab75.8061-11.796646.4599
CIE-Lab80.4408-8.520780.9879

#dfc902 color RGB value is (223,201,2).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001001 00000010
Octal 337 311 2
Decimal 223 201 2
Hex DF C9 2

RGB Percentages of Color #dfc902

%52.35
%47.18
%0.47

CMYK Percentages of Color #dfc902

%0
%10
%99
%13

Triadic Colors of #dfc902

#dfc902 #02dfc9 #c902df

Analogous Colors of #dfc902

#dfc902 #87df02 #df5b02

Monochromatic Colors of #dfc902

#dfc902

Complementary Color

#dfc902 #0218df

#dfc902 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc902 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc902 Color CSS Codes

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

#dfc902 Text Font Color

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

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


#dfc902 Background Color

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

This div background color is #dfc902


#dfc902 Border Color

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

This div border color is #dfc902


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,201,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 #dfc902">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc902


Comments

No comments written yet.

Please login to write comment.