Color Hex Logo

#df952b Color Hex

#DF952B
(223,149,43)
0 Favorites   0 Comments

Color spaces of #df952b

RGB 22314943
HSL0.100.740.52
HSV35°81°87°
CMYK 0.000.330.81   0.13
XYZ41.614937.35737.3028
Yxy37.35730.48240.4330
Hunter Lab61.120614.573335.7004
CIE-Lab67.544219.566062.7825

#df952b color RGB value is (223,149,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10010101 00101011
Octal 337 225 53
Decimal 223 149 43
Hex DF 95 2B

RGB Percentages of Color #df952b

%53.73
%35.90
%10.36

CMYK Percentages of Color #df952b

%0
%33
%81
%13

Triadic Colors of #df952b

#df952b #2bdf95 #952bdf

Analogous Colors of #df952b

#df952b #cfdf2b #df3b2b

Monochromatic Colors of #df952b

#df952b

Complementary Color

#df952b #2b75df

#df952b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df952b Color Preview on White Background

Lorem ipsum dolor sit amet.

#df952b Color CSS Codes

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

#df952b Text Font Color

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

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


#df952b Background Color

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

This div background color is #df952b


#df952b Border Color

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

This div border color is #df952b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df952b


Comments

No comments written yet.

Please login to write comment.