Color Hex Logo

#debe73 Color Hex

#DEBE73
(222,190,115)
0 Favorites   0 Comments

Color spaces of #debe73

RGB 222190115
HSL0.120.620.66
HSV42°48°87°
CMYK 0.000.140.48   0.13
XYZ51.632253.594323.8431
Yxy53.59430.40000.4152
Hunter Lab73.2081-2.221831.9356
CIE-Lab78.22461.832041.9070

#debe73 color RGB value is (222,190,115).

#debe73 hex color red value is 222, green value is 190 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #debe73 hue: 0.12 , saturation: 0.62 and the lightness value of debe73 is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10111110 01110011
Octal 336 276 163
Decimal 222 190 115
Hex DE BE 73

RGB Percentages of Color #debe73

%42.13
%36.05
%21.82

CMYK Percentages of Color #debe73

%0
%14
%48
%13

Triadic Colors of #debe73

#debe73 #73debe #be73de

Analogous Colors of #debe73

#debe73 #c9de73 #de8973

Monochromatic Colors of #debe73

#debe73

Complementary Color

#debe73 #7393de

#debe73 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#debe73 Color Preview on White Background

Lorem ipsum dolor sit amet.

#debe73 Color CSS Codes

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

#debe73 Text Font Color

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

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


#debe73 Background Color

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

This div background color is #debe73


#debe73 Border Color

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

This div border color is #debe73


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #debe73


Comments

No comments written yet.

Please login to write comment.