Color Hex Logo

#debe5a Color Hex

#DEBE5A
(222,190,90)
0 Favorites   0 Comments

Color spaces of #debe5a

RGB 22219090
HSL0.130.670.61
HSV45°59°87°
CMYK 0.000.140.59   0.13
XYZ50.383153.094717.2657
Yxy53.09470.41730.4397
Hunter Lab72.8661-4.092336.9575
CIE-Lab77.9309-0.218953.6973

#debe5a color RGB value is (222,190,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10111110 01011010
Octal 336 276 132
Decimal 222 190 90
Hex DE BE 5A

RGB Percentages of Color #debe5a

%44.22
%37.85
%17.93

CMYK Percentages of Color #debe5a

%0
%14
%59
%13

Triadic Colors of #debe5a

#debe5a #5adebe #be5ade

Analogous Colors of #debe5a

#debe5a #bcde5a #de7c5a

Monochromatic Colors of #debe5a

#debe5a

Complementary Color

#debe5a #5a7ade

#debe5a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#debe5a Color Preview on White Background

Lorem ipsum dolor sit amet.

#debe5a Color CSS Codes

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

#debe5a Text Font Color

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

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


#debe5a Background Color

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

This div background color is #debe5a


#debe5a Border Color

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

This div border color is #debe5a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #debe5a


Comments

No comments written yet.

Please login to write comment.