Color Hex Logo

#df998e Color Hex

#DF998E
(223,153,142)
0 Favorites   0 Comments

Color spaces of #df998e

RGB 223153142
HSL0.020.560.72
HSV36°87°
CMYK 0.000.310.36   0.13
XYZ46.705140.423430.9321
Yxy40.42340.39560.3424
Hunter Lab63.579419.861215.6603
CIE-Lab69.770024.860616.4034

#df998e color RGB value is (223,153,142).

#df998e hex color red value is 223, green value is 153 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #df998e hue: 0.02 , saturation: 0.56 and the lightness value of df998e is 0.72.

The process color (four color CMYK) of #df998e color hex is 0.00, 0.31, 0.36, 0.13. Web safe color of #df998e is #cc9999. Color #df998e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10011001 10001110
Octal 337 231 216
Decimal 223 153 142
Hex DF 99 8E

RGB Percentages of Color #df998e

%43.05
%29.54
%27.41

CMYK Percentages of Color #df998e

%0
%31
%36
%13

Triadic Colors of #df998e

#df998e #8edf99 #998edf

Analogous Colors of #df998e

#df998e #dfc28e #df8eac

Monochromatic Colors of #df998e

#df998e

Complementary Color

#df998e #8ed4df

#df998e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df998e Color Preview on White Background

Lorem ipsum dolor sit amet.

#df998e Color CSS Codes

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

#df998e Text Font Color

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

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


#df998e Background Color

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

This div background color is #df998e


#df998e Border Color

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

This div border color is #df998e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df998e


Comments

No comments written yet.

Please login to write comment.