Color Hex Logo

#deb055 Color Hex

#DEB055
(222,176,85)
0 Favorites   0 Comments

Color spaces of #deb055

RGB 22217685
HSL0.110.670.60
HSV40°62°87°
CMYK 0.000.210.62   0.13
XYZ47.289247.236115.2194
Yxy47.23610.43090.4304
Hunter Lab68.72852.543434.9807
CIE-Lab74.34056.798151.9647

#deb055 color RGB value is (222,176,85).

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

The process color (four color CMYK) of #deb055 color hex is 0.00, 0.21, 0.62, 0.13. Web safe color of #deb055 is #cc9966. Color #deb055 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10110000 01010101
Octal 336 260 125
Decimal 222 176 85
Hex DE B0 55

RGB Percentages of Color #deb055

%45.96
%36.44
%17.60

CMYK Percentages of Color #deb055

%0
%21
%62
%13

Triadic Colors of #deb055

#deb055 #55deb0 #b055de

Analogous Colors of #deb055

#deb055 #c8de55 #de6c55

Monochromatic Colors of #deb055

#deb055

Complementary Color

#deb055 #5583de

#deb055 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb055 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb055 Color CSS Codes

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

#deb055 Text Font Color

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

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


#deb055 Background Color

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

This div background color is #deb055


#deb055 Border Color

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

This div border color is #deb055


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deb055


Comments

No comments written yet.

Please login to write comment.