Color Hex Logo

#df9802 Color Hex

#DF9802
(223,152,2)
0 Favorites   0 Comments

Color spaces of #df9802

RGB 2231522
HSL0.110.980.44
HSV41°99°87°
CMYK 0.000.320.99   0.13
XYZ41.670638.14885.2246
Yxy38.14880.49000.4486
Hunter Lab61.764712.339838.2200
CIE-Lab68.130117.209972.3754

#df9802 color RGB value is (223,152,2).

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

The process color (four color CMYK) of #df9802 color hex is 0.00, 0.32, 0.99, 0.13. Web safe color of #df9802 is #cc9900. Color #df9802 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10011000 00000010
Octal 337 230 2
Decimal 223 152 2
Hex DF 98 2

RGB Percentages of Color #df9802

%59.15
%40.32
%0.53

CMYK Percentages of Color #df9802

%0
%32
%99
%13

Triadic Colors of #df9802

#df9802 #02df98 #9802df

Analogous Colors of #df9802

#df9802 #b8df02 #df2a02

Monochromatic Colors of #df9802

#df9802

Complementary Color

#df9802 #0249df

#df9802 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df9802 Color Preview on White Background

Lorem ipsum dolor sit amet.

#df9802 Color CSS Codes

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

#df9802 Text Font Color

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

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


#df9802 Background Color

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

This div background color is #df9802


#df9802 Border Color

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

This div border color is #df9802


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df9802


Comments

No comments written yet.

Please login to write comment.