Color Hex Logo

#dfd098 Color Hex

#DFD098
(223,208,152)
0 Favorites   0 Comments

Color spaces of #dfd098

RGB 223208152
HSL0.130.530.74
HSV47°32°87°
CMYK 0.000.070.32   0.13
XYZ58.654863.066738.7874
Yxy63.06670.36540.3929
Hunter Lab79.4145-7.137126.6319
CIE-Lab83.4775-3.093929.7355

#dfd098 color RGB value is (223,208,152).

#dfd098 hex color red value is 223, green value is 208 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #dfd098 hue: 0.13 , saturation: 0.53 and the lightness value of dfd098 is 0.74.

The process color (four color CMYK) of #dfd098 color hex is 0.00, 0.07, 0.32, 0.13. Web safe color of #dfd098 is #cccc99. Color #dfd098 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11010000 10011000
Octal 337 320 230
Decimal 223 208 152
Hex DF D0 98

RGB Percentages of Color #dfd098

%38.25
%35.68
%26.07

CMYK Percentages of Color #dfd098

%0
%7
%32
%13

Triadic Colors of #dfd098

#dfd098 #98dfd0 #d098df

Analogous Colors of #dfd098

#dfd098 #cbdf98 #dfad98

Monochromatic Colors of #dfd098

#dfd098

Complementary Color

#dfd098 #98a7df

#dfd098 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfd098 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfd098 Color CSS Codes

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

#dfd098 Text Font Color

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

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


#dfd098 Background Color

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

This div background color is #dfd098


#dfd098 Border Color

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

This div border color is #dfd098


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfd098


Comments

No comments written yet.

Please login to write comment.