Color Hex Logo

#debe40 Color Hex

#DEBE40
(222,190,64)
0 Favorites   0 Comments

Color spaces of #debe40

RGB 22219064
HSL0.130.710.56
HSV48°71°87°
CMYK 0.000.140.71   0.13
XYZ49.463152.726712.4208
Yxy52.72670.43160.4601
Hunter Lab72.6132-5.481240.6874
CIE-Lab77.7134-1.759564.5774

#debe40 color RGB value is (222,190,64).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10111110 01000000
Octal 336 276 100
Decimal 222 190 64
Hex DE BE 40

RGB Percentages of Color #debe40

%46.64
%39.92
%13.45

CMYK Percentages of Color #debe40

%0
%14
%71
%13

Triadic Colors of #debe40

#debe40 #40debe #be40de

Analogous Colors of #debe40

#debe40 #afde40 #de6f40

Monochromatic Colors of #debe40

#debe40

Complementary Color

#debe40 #4060de

#debe40 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#debe40 Color Preview on White Background

Lorem ipsum dolor sit amet.

#debe40 Color CSS Codes

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

#debe40 Text Font Color

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

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


#debe40 Background Color

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

This div background color is #debe40


#debe40 Border Color

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

This div border color is #debe40


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #debe40


Comments

No comments written yet.

Please login to write comment.