Color Hex Logo

#df942b Color Hex

#DF942B
(223,148,43)
0 Favorites   0 Comments

Color spaces of #df942b

RGB 22314843
HSL0.100.740.52
HSV35°81°87°
CMYK 0.000.340.81   0.13
XYZ41.457437.04227.2503
Yxy37.04220.48350.4320
Hunter Lab60.862315.079335.5406
CIE-Lab67.308720.101862.5715

#df942b color RGB value is (223,148,43).

#df942b hex color red value is 223, green value is 148 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #df942b hue: 0.10 , saturation: 0.74 and the lightness value of df942b is 0.52.

The process color (four color CMYK) of #df942b color hex is 0.00, 0.34, 0.81, 0.13. Web safe color of #df942b is #cc9933. Color #df942b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10010100 00101011
Octal 337 224 53
Decimal 223 148 43
Hex DF 94 2B

RGB Percentages of Color #df942b

%53.86
%35.75
%10.39

CMYK Percentages of Color #df942b

%0
%34
%81
%13

Triadic Colors of #df942b

#df942b #2bdf94 #942bdf

Analogous Colors of #df942b

#df942b #d0df2b #df3a2b

Monochromatic Colors of #df942b

#df942b

Complementary Color

#df942b #2b76df

#df942b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df942b Color Preview on White Background

Lorem ipsum dolor sit amet.

#df942b Color CSS Codes

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

#df942b Text Font Color

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

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


#df942b Background Color

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

This div background color is #df942b


#df942b Border Color

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

This div border color is #df942b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df942b


Comments

No comments written yet.

Please login to write comment.