Color Hex Logo

#debe55 Color Hex

#DEBE55
(222,190,85)
0 Favorites   0 Comments

Color spaces of #debe55

RGB 22219085
HSL0.130.670.60
HSV46°62°87°
CMYK 0.000.140.62   0.13
XYZ50.177353.012416.1821
Yxy53.01240.42030.4441
Hunter Lab72.8096-4.402237.7894
CIE-Lab77.8823-0.561355.9273

#debe55 color RGB value is (222,190,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10111110 01010101
Octal 336 276 125
Decimal 222 190 85
Hex DE BE 55

RGB Percentages of Color #debe55

%44.67
%38.23
%17.10

CMYK Percentages of Color #debe55

%0
%14
%62
%13

Triadic Colors of #debe55

#debe55 #55debe #be55de

Analogous Colors of #debe55

#debe55 #bade55 #de7a55

Monochromatic Colors of #debe55

#debe55

Complementary Color

#debe55 #5575de

#debe55 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#debe55 Color Preview on White Background

Lorem ipsum dolor sit amet.

#debe55 Color CSS Codes

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

#debe55 Text Font Color

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

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


#debe55 Background Color

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

This div background color is #debe55


#debe55 Border Color

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

This div border color is #debe55


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,190,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 #debe55">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #debe55


Comments

No comments written yet.

Please login to write comment.