Color Hex Logo

#debe4e Color Hex

#DEBE4E
(222,190,78)
0 Favorites   0 Comments

Color spaces of #debe4e

RGB 22219078
HSL0.130.690.59
HSV47°65°87°
CMYK 0.000.140.65   0.13
XYZ49.912852.906614.7890
Yxy52.90660.42440.4499
Hunter Lab72.7369-4.801138.8609
CIE-Lab77.8198-1.003358.9513

#debe4e color RGB value is (222,190,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10111110 01001110
Octal 336 276 116
Decimal 222 190 78
Hex DE BE 4E

RGB Percentages of Color #debe4e

%45.31
%38.78
%15.92

CMYK Percentages of Color #debe4e

%0
%14
%65
%13

Triadic Colors of #debe4e

#debe4e #4edebe #be4ede

Analogous Colors of #debe4e

#debe4e #b6de4e #de764e

Monochromatic Colors of #debe4e

#debe4e

Complementary Color

#debe4e #4e6ede

#debe4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#debe4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#debe4e Color CSS Codes

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

#debe4e Text Font Color

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

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


#debe4e Background Color

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

This div background color is #debe4e


#debe4e Border Color

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

This div border color is #debe4e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #debe4e


Comments

No comments written yet.

Please login to write comment.