Color Hex Logo

#debe14 Color Hex

#DEBE14
(222,190,20)
0 Favorites   0 Comments

Color spaces of #debe14

RGB 22219020
HSL0.140.830.47
HSV50°91°87°
CMYK 0.000.140.91   0.13
XYZ48.663952.40708.2125
Yxy52.40700.44530.4796
Hunter Lab72.3927-6.695743.9488
CIE-Lab77.5236-3.119376.7453

#debe14 color RGB value is (222,190,20).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10111110 00010100
Octal 336 276 24
Decimal 222 190 20
Hex DE BE 14

RGB Percentages of Color #debe14

%51.39
%43.98
%4.63

CMYK Percentages of Color #debe14

%0
%14
%91
%13

Triadic Colors of #debe14

#debe14 #14debe #be14de

Analogous Colors of #debe14

#debe14 #99de14 #de5914

Monochromatic Colors of #debe14

#debe14

Complementary Color

#debe14 #1434de

#debe14 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#debe14 Color Preview on White Background

Lorem ipsum dolor sit amet.

#debe14 Color CSS Codes

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

#debe14 Text Font Color

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

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


#debe14 Background Color

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

This div background color is #debe14


#debe14 Border Color

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

This div border color is #debe14


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #debe14


Comments

No comments written yet.

Please login to write comment.