Color Hex Logo

#debe1d Color Hex

#DEBE1D
(222,190,29)
0 Favorites   0 Comments

Color spaces of #debe1d

RGB 22219029
HSL0.140.770.49
HSV50°87°87°
CMYK 0.000.140.87   0.13
XYZ48.759452.44528.7154
Yxy52.44520.44360.4771
Hunter Lab72.4191-6.550243.5580
CIE-Lab77.5463-2.955775.0936

#debe1d color RGB value is (222,190,29).

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

The process color (four color CMYK) of #debe1d color hex is 0.00, 0.14, 0.87, 0.13. Web safe color of #debe1d is #cccc33. Color #debe1d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10111110 00011101
Octal 336 276 35
Decimal 222 190 29
Hex DE BE 1D

RGB Percentages of Color #debe1d

%50.34
%43.08
%6.58

CMYK Percentages of Color #debe1d

%0
%14
%87
%13

Triadic Colors of #debe1d

#debe1d #1ddebe #be1dde

Analogous Colors of #debe1d

#debe1d #9ede1d #de5e1d

Monochromatic Colors of #debe1d

#debe1d

Complementary Color

#debe1d #1d3dde

#debe1d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#debe1d Color Preview on White Background

Lorem ipsum dolor sit amet.

#debe1d Color CSS Codes

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

#debe1d Text Font Color

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

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


#debe1d Background Color

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

This div background color is #debe1d


#debe1d Border Color

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

This div border color is #debe1d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #debe1d


Comments

No comments written yet.

Please login to write comment.