Color Hex Logo

#deb458 Color Hex

#DEB458
(222,180,88)
0 Favorites   0 Comments

Color spaces of #deb458

RGB 22218088
HSL0.110.670.61
HSV41°60°87°
CMYK 0.000.190.60   0.13
XYZ48.206948.876716.1259
Yxy48.87670.42580.4317
Hunter Lab69.91190.736835.2625
CIE-Lab75.37464.887651.7264

#deb458 color RGB value is (222,180,88).

#deb458 hex color red value is 222, green value is 180 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #deb458 hue: 0.11 , saturation: 0.67 and the lightness value of deb458 is 0.61.

The process color (four color CMYK) of #deb458 color hex is 0.00, 0.19, 0.60, 0.13. Web safe color of #deb458 is #cccc66. Color #deb458 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10110100 01011000
Octal 336 264 130
Decimal 222 180 88
Hex DE B4 58

RGB Percentages of Color #deb458

%45.31
%36.73
%17.96

CMYK Percentages of Color #deb458

%0
%19
%60
%13

Triadic Colors of #deb458

#deb458 #58deb4 #b458de

Analogous Colors of #deb458

#deb458 #c5de58 #de7158

Monochromatic Colors of #deb458

#deb458

Complementary Color

#deb458 #5882de

#deb458 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb458 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb458 Color CSS Codes

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

#deb458 Text Font Color

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

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


#deb458 Background Color

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

This div background color is #deb458


#deb458 Border Color

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

This div border color is #deb458


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deb458


Comments

No comments written yet.

Please login to write comment.