Color Hex Logo

#debe46 Color Hex

#DEBE46
(222,190,70)
0 Favorites   0 Comments

Color spaces of #debe46

RGB 22219070
HSL0.130.700.57
HSV47°68°87°
CMYK 0.000.140.68   0.13
XYZ49.643152.798713.3690
Yxy52.79870.42870.4559
Hunter Lab72.6627-5.208739.9553
CIE-Lab77.7560-1.456062.2430

#debe46 color RGB value is (222,190,70).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10111110 01000110
Octal 336 276 106
Decimal 222 190 70
Hex DE BE 46

RGB Percentages of Color #debe46

%46.06
%39.42
%14.52

CMYK Percentages of Color #debe46

%0
%14
%68
%13

Triadic Colors of #debe46

#debe46 #46debe #be46de

Analogous Colors of #debe46

#debe46 #b2de46 #de7246

Monochromatic Colors of #debe46

#debe46

Complementary Color

#debe46 #4666de

#debe46 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#debe46 Color Preview on White Background

Lorem ipsum dolor sit amet.

#debe46 Color CSS Codes

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

#debe46 Text Font Color

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

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


#debe46 Background Color

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

This div background color is #debe46


#debe46 Border Color

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

This div border color is #debe46


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #debe46


Comments

No comments written yet.

Please login to write comment.