Color Hex Logo

#debf49 Color Hex

#DEBF49
(222,191,73)
0 Favorites   0 Comments

Color spaces of #debf49

RGB 22219173
HSL0.130.690.58
HSV48°67°87°
CMYK 0.000.140.67   0.13
XYZ49.957653.272213.9529
Yxy53.27220.42630.4546
Hunter Lab72.9878-5.551739.7571
CIE-Lab78.0354-1.812061.2981

#debf49 color RGB value is (222,191,73).

#debf49 hex color red value is 222, green value is 191 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #debf49 hue: 0.13 , saturation: 0.69 and the lightness value of debf49 is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10111111 01001001
Octal 336 277 111
Decimal 222 191 73
Hex DE BF 49

RGB Percentages of Color #debf49

%45.68
%39.30
%15.02

CMYK Percentages of Color #debf49

%0
%14
%67
%13

Triadic Colors of #debf49

#debf49 #49debf #bf49de

Analogous Colors of #debf49

#debf49 #b3de49 #de7549

Monochromatic Colors of #debf49

#debf49

Complementary Color

#debf49 #4968de

#debf49 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#debf49 Color Preview on White Background

Lorem ipsum dolor sit amet.

#debf49 Color CSS Codes

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

#debf49 Text Font Color

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

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


#debf49 Background Color

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

This div background color is #debf49


#debf49 Border Color

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

This div border color is #debf49


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #debf49


Comments

No comments written yet.

Please login to write comment.