Color Hex Logo

#debe4f Color Hex

#DEBE4F
(222,190,79)
0 Favorites   0 Comments

Color spaces of #debe4f

RGB 22219079
HSL0.130.680.59
HSV47°64°87°
CMYK 0.000.140.64   0.13
XYZ49.948952.921014.9793
Yxy52.92100.42380.4491
Hunter Lab72.7468-4.746538.7144
CIE-Lab77.8283-0.942758.5269

#debe4f color RGB value is (222,190,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10111110 01001111
Octal 336 276 117
Decimal 222 190 79
Hex DE BE 4F

RGB Percentages of Color #debe4f

%45.21
%38.70
%16.09

CMYK Percentages of Color #debe4f

%0
%14
%64
%13

Triadic Colors of #debe4f

#debe4f #4fdebe #be4fde

Analogous Colors of #debe4f

#debe4f #b7de4f #de774f

Monochromatic Colors of #debe4f

#debe4f

Complementary Color

#debe4f #4f6fde

#debe4f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#debe4f Color Preview on White Background

Lorem ipsum dolor sit amet.

#debe4f Color CSS Codes

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

#debe4f Text Font Color

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

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


#debe4f Background Color

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

This div background color is #debe4f


#debe4f Border Color

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

This div border color is #debe4f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #debe4f


Comments

No comments written yet.

Please login to write comment.