Color Hex Logo

#deb232 Color Hex

#DEB232
(222,178,50)
0 Favorites   0 Comments

Color spaces of #deb232

RGB 22217850
HSL0.120.720.53
HSV45°77°87°
CMYK 0.000.200.77   0.13
XYZ46.620347.60079.7483
Yxy47.60070.44840.4578
Hunter Lab68.9933-0.121739.9180
CIE-Lab74.57243.921966.6875

#deb232 color RGB value is (222,178,50).

#deb232 hex color red value is 222, green value is 178 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #deb232 hue: 0.12 , saturation: 0.72 and the lightness value of deb232 is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10110010 00110010
Octal 336 262 62
Decimal 222 178 50
Hex DE B2 32

RGB Percentages of Color #deb232

%49.33
%39.56
%11.11

CMYK Percentages of Color #deb232

%0
%20
%77
%13

Triadic Colors of #deb232

#deb232 #32deb2 #b232de

Analogous Colors of #deb232

#deb232 #b4de32 #de5c32

Monochromatic Colors of #deb232

#deb232

Complementary Color

#deb232 #325ede

#deb232 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb232 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb232 Color CSS Codes

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

#deb232 Text Font Color

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

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


#deb232 Background Color

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

This div background color is #deb232


#deb232 Border Color

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

This div border color is #deb232


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deb232


Comments

No comments written yet.

Please login to write comment.