Color Hex Logo

#deb654 Color Hex

#DEB654
(222,182,84)
0 Favorites   0 Comments

Color spaces of #deb654

RGB 22218284
HSL0.120.680.60
HSV43°62°87°
CMYK 0.000.180.62   0.13
XYZ48.452449.625615.4125
Yxy49.62560.42690.4373
Hunter Lab70.4454-0.507236.3400
CIE-Lab75.83893.562054.1109

#deb654 color RGB value is (222,182,84).

#deb654 hex color red value is 222, green value is 182 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #deb654 hue: 0.12 , saturation: 0.68 and the lightness value of deb654 is 0.60.

The process color (four color CMYK) of #deb654 color hex is 0.00, 0.18, 0.62, 0.13. Web safe color of #deb654 is #cccc66. Color #deb654 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10110110 01010100
Octal 336 266 124
Decimal 222 182 84
Hex DE B6 54

RGB Percentages of Color #deb654

%45.49
%37.30
%17.21

CMYK Percentages of Color #deb654

%0
%18
%62
%13

Triadic Colors of #deb654

#deb654 #54deb6 #b654de

Analogous Colors of #deb654

#deb654 #c1de54 #de7154

Monochromatic Colors of #deb654

#deb654

Complementary Color

#deb654 #547cde

#deb654 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb654 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb654 Color CSS Codes

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

#deb654 Text Font Color

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

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


#deb654 Background Color

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

This div background color is #deb654


#deb654 Border Color

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

This div border color is #deb654


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deb654


Comments

No comments written yet.

Please login to write comment.