Color Hex Logo

#debe19 Color Hex

#DEBE19
(222,190,25)
0 Favorites   0 Comments

Color spaces of #debe19

RGB 22219025
HSL0.140.800.48
HSV50°89°87°
CMYK 0.000.140.89   0.13
XYZ48.713152.42678.4716
Yxy52.42670.44440.4783
Hunter Lab72.4063-6.620843.7474
CIE-Lab77.5353-3.035075.8860

#debe19 color RGB value is (222,190,25).

#debe19 hex color red value is 222, green value is 190 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #debe19 hue: 0.14 , saturation: 0.80 and the lightness value of debe19 is 0.48.

The process color (four color CMYK) of #debe19 color hex is 0.00, 0.14, 0.89, 0.13. Web safe color of #debe19 is #cccc00. Color #debe19 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10111110 00011001
Octal 336 276 31
Decimal 222 190 25
Hex DE BE 19

RGB Percentages of Color #debe19

%50.80
%43.48
%5.72

CMYK Percentages of Color #debe19

%0
%14
%89
%13

Triadic Colors of #debe19

#debe19 #19debe #be19de

Analogous Colors of #debe19

#debe19 #9cde19 #de5c19

Monochromatic Colors of #debe19

#debe19

Complementary Color

#debe19 #1939de

#debe19 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#debe19 Color Preview on White Background

Lorem ipsum dolor sit amet.

#debe19 Color CSS Codes

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

#debe19 Text Font Color

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

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


#debe19 Background Color

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

This div background color is #debe19


#debe19 Border Color

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

This div border color is #debe19


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #debe19


Comments

No comments written yet.

Please login to write comment.