Color Hex Logo

#dea068 Color Hex

#DEA068
(222,160,104)
0 Favorites   0 Comments

Color spaces of #dea068

RGB 222160104
HSL0.080.640.64
HSV28°53°87°
CMYK 0.000.280.53   0.13
XYZ45.193741.670718.7580
Yxy41.67070.42790.3945
Hunter Lab64.552812.001127.9583
CIE-Lab70.643316.793838.0994

#dea068 color RGB value is (222,160,104).

#dea068 hex color red value is 222, green value is 160 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #dea068 hue: 0.08 , saturation: 0.64 and the lightness value of dea068 is 0.64.

The process color (four color CMYK) of #dea068 color hex is 0.00, 0.28, 0.53, 0.13. Web safe color of #dea068 is #cc9966. Color #dea068 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10100000 01101000
Octal 336 240 150
Decimal 222 160 104
Hex DE A0 68

RGB Percentages of Color #dea068

%45.68
%32.92
%21.40

CMYK Percentages of Color #dea068

%0
%28
%53
%13

Triadic Colors of #dea068

#dea068 #68dea0 #a068de

Analogous Colors of #dea068

#dea068 #dedb68 #de686b

Monochromatic Colors of #dea068

#dea068

Complementary Color

#dea068 #68a6de

#dea068 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dea068 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dea068 Color CSS Codes

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

#dea068 Text Font Color

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

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


#dea068 Background Color

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

This div background color is #dea068


#dea068 Border Color

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

This div border color is #dea068


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(222,160,104, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dea068; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dea068;
  -webkit-box-shadow: 1px 1px 3px 2px #dea068;
  box-shadow:         1px 1px 3px 2px #dea068; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,160,104, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dea068


Comments

No comments written yet.

Please login to write comment.