Color Hex Logo

#dfcd98 Color Hex

#DFCD98
(223,205,152)
0 Favorites   0 Comments

Color spaces of #dfcd98

RGB 223205152
HSL0.120.530.74
HSV45°32°87°
CMYK 0.000.080.32   0.13
XYZ57.930261.617638.5459
Yxy61.61760.36640.3898
Hunter Lab78.4969-5.637725.8335
CIE-Lab82.7096-1.544528.7065

#dfcd98 color RGB value is (223,205,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001101 10011000
Octal 337 315 230
Decimal 223 205 152
Hex DF CD 98

RGB Percentages of Color #dfcd98

%38.45
%35.34
%26.21

CMYK Percentages of Color #dfcd98

%0
%8
%32
%13

Triadic Colors of #dfcd98

#dfcd98 #98dfcd #cd98df

Analogous Colors of #dfcd98

#dfcd98 #cedf98 #dfaa98

Monochromatic Colors of #dfcd98

#dfcd98

Complementary Color

#dfcd98 #98aadf

#dfcd98 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfcd98 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfcd98 Color CSS Codes

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

#dfcd98 Text Font Color

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

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


#dfcd98 Background Color

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

This div background color is #dfcd98


#dfcd98 Border Color

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

This div border color is #dfcd98


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfcd98

#dfcd98 Color Palettes


Comments

No comments written yet.

Please login to write comment.