Color Hex Logo

#dfce92 Color Hex

#DFCE92
(223,206,146)
0 Favorites   0 Comments

Color spaces of #dfce92

RGB 223206146
HSL0.130.550.72
HSV47°35°87°
CMYK 0.000.080.35   0.13
XYZ57.691061.905936.1025
Yxy61.90590.37050.3976
Hunter Lab78.6803-6.808427.8710
CIE-Lab82.8634-2.791332.0266

#dfce92 color RGB value is (223,206,146).

#dfce92 hex color red value is 223, green value is 206 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #dfce92 hue: 0.13 , saturation: 0.55 and the lightness value of dfce92 is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001110 10010010
Octal 337 316 222
Decimal 223 206 146
Hex DF CE 92

RGB Percentages of Color #dfce92

%38.78
%35.83
%25.39

CMYK Percentages of Color #dfce92

%0
%8
%35
%13

Triadic Colors of #dfce92

#dfce92 #92dfce #ce92df

Analogous Colors of #dfce92

#dfce92 #cadf92 #dfa892

Monochromatic Colors of #dfce92

#dfce92

Complementary Color

#dfce92 #92a3df

#dfce92 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfce92 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfce92 Color CSS Codes

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

#dfce92 Text Font Color

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

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


#dfce92 Background Color

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

This div background color is #dfce92


#dfce92 Border Color

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

This div border color is #dfce92


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfce92


Comments

No comments written yet.

Please login to write comment.