Color Hex Logo

#dfcea1 Color Hex

#DFCEA1
(223,206,161)
0 Favorites   0 Comments

Color spaces of #dfcea1

RGB 223206161
HSL0.120.490.75
HSV44°28°87°
CMYK 0.000.080.28   0.13
XYZ58.935862.403842.6571
Yxy62.40380.35940.3805
Hunter Lab78.9961-5.071523.2812
CIE-Lab83.1277-0.907524.5662

#dfcea1 color RGB value is (223,206,161).

#dfcea1 hex color red value is 223, green value is 206 and the blue value of its RGB is 161. Cylindrical-coordinate representations (also known as HSL) of color #dfcea1 hue: 0.12 , saturation: 0.49 and the lightness value of dfcea1 is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001110 10100001
Octal 337 316 241
Decimal 223 206 161
Hex DF CE A1

RGB Percentages of Color #dfcea1

%37.80
%34.92
%27.29

CMYK Percentages of Color #dfcea1

%0
%8
%28
%13

Triadic Colors of #dfcea1

#dfcea1 #a1dfce #cea1df

Analogous Colors of #dfcea1

#dfcea1 #d1dfa1 #dfafa1

Monochromatic Colors of #dfcea1

#dfcea1

Complementary Color

#dfcea1 #a1b2df

#dfcea1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfcea1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfcea1 Color CSS Codes

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

#dfcea1 Text Font Color

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

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


#dfcea1 Background Color

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

This div background color is #dfcea1


#dfcea1 Border Color

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

This div border color is #dfcea1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfcea1


Comments

No comments written yet.

Please login to write comment.