Color Hex Logo

#deb148 Color Hex

#DEB148
(222,177,72)
0 Favorites   0 Comments

Color spaces of #deb148

RGB 22217772
HSL0.120.690.58
HSV42°68°87°
CMYK 0.000.200.68   0.13
XYZ47.016047.441812.8101
Yxy47.44180.43830.4423
Hunter Lab68.87801.307337.1877
CIE-Lab74.47155.469357.9850

#deb148 color RGB value is (222,177,72).

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

The process color (four color CMYK) of #deb148 color hex is 0.00, 0.20, 0.68, 0.13. Web safe color of #deb148 is #cc9933. Color #deb148 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10110001 01001000
Octal 336 261 110
Decimal 222 177 72
Hex DE B1 48

RGB Percentages of Color #deb148

%47.13
%37.58
%15.29

CMYK Percentages of Color #deb148

%0
%20
%68
%13

Triadic Colors of #deb148

#deb148 #48deb1 #b148de

Analogous Colors of #deb148

#deb148 #c0de48 #de6648

Monochromatic Colors of #deb148

#deb148

Complementary Color

#deb148 #4875de

#deb148 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb148 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb148 Color CSS Codes

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

#deb148 Text Font Color

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

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


#deb148 Background Color

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

This div background color is #deb148


#deb148 Border Color

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

This div border color is #deb148


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,177,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 #deb148">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deb148


Comments

No comments written yet.

Please login to write comment.