Color Hex Logo

#debe52 Color Hex

#DEBE52
(222,190,82)
0 Favorites   0 Comments

Color spaces of #debe52

RGB 22219082
HSL0.130.680.60
HSV46°63°87°
CMYK 0.000.140.63   0.13
XYZ50.060652.965715.5676
Yxy52.96570.42210.4466
Hunter Lab72.7775-4.578138.2618
CIE-Lab77.8547-0.756057.2381

#debe52 color RGB value is (222,190,82).

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

The process color (four color CMYK) of #debe52 color hex is 0.00, 0.14, 0.63, 0.13. Web safe color of #debe52 is #cccc66. Color #debe52 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10111110 01010010
Octal 336 276 122
Decimal 222 190 82
Hex DE BE 52

RGB Percentages of Color #debe52

%44.94
%38.46
%16.60

CMYK Percentages of Color #debe52

%0
%14
%63
%13

Triadic Colors of #debe52

#debe52 #52debe #be52de

Analogous Colors of #debe52

#debe52 #b8de52 #de7852

Monochromatic Colors of #debe52

#debe52

Complementary Color

#debe52 #5272de

#debe52 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#debe52 Color Preview on White Background

Lorem ipsum dolor sit amet.

#debe52 Color CSS Codes

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

#debe52 Text Font Color

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

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


#debe52 Background Color

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

This div background color is #debe52


#debe52 Border Color

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

This div border color is #debe52


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #debe52


Comments

No comments written yet.

Please login to write comment.