Color Hex Logo

#debf48 Color Hex

#DEBF48
(222,191,72)
0 Favorites   0 Comments

Color spaces of #debf48

RGB 22219172
HSL0.130.690.58
HSV48°68°87°
CMYK 0.000.140.68   0.13
XYZ49.924753.259113.7796
Yxy53.25910.42680.4553
Hunter Lab72.9788-5.601439.8903
CIE-Lab78.0277-1.867361.7040

#debf48 color RGB value is (222,191,72).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10111111 01001000
Octal 336 277 110
Decimal 222 191 72
Hex DE BF 48

RGB Percentages of Color #debf48

%45.77
%39.38
%14.85

CMYK Percentages of Color #debf48

%0
%14
%68
%13

Triadic Colors of #debf48

#debf48 #48debf #bf48de

Analogous Colors of #debf48

#debf48 #b2de48 #de7448

Monochromatic Colors of #debf48

#debf48

Complementary Color

#debf48 #4867de

#debf48 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#debf48 Color Preview on White Background

Lorem ipsum dolor sit amet.

#debf48 Color CSS Codes

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

#debf48 Text Font Color

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

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


#debf48 Background Color

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

This div background color is #debf48


#debf48 Border Color

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

This div border color is #debf48


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #debf48


Comments

No comments written yet.

Please login to write comment.