Color Hex Logo

#deb224 Color Hex

#DEB224
(222,178,36)
0 Favorites   0 Comments

Color spaces of #deb224

RGB 22217836
HSL0.130.740.51
HSV46°84°87°
CMYK 0.000.200.84   0.13
XYZ46.363047.49788.3935
Yxy47.49780.45340.4645
Hunter Lab68.9186-0.527041.0222
CIE-Lab74.50713.476670.9281

#deb224 color RGB value is (222,178,36).

#deb224 hex color red value is 222, green value is 178 and the blue value of its RGB is 36. Cylindrical-coordinate representations (also known as HSL) of color #deb224 hue: 0.13 , saturation: 0.74 and the lightness value of deb224 is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10110010 00100100
Octal 336 262 44
Decimal 222 178 36
Hex DE B2 24

RGB Percentages of Color #deb224

%50.92
%40.83
%8.26

CMYK Percentages of Color #deb224

%0
%20
%84
%13

Triadic Colors of #deb224

#deb224 #24deb2 #b224de

Analogous Colors of #deb224

#deb224 #adde24 #de5524

Monochromatic Colors of #deb224

#deb224

Complementary Color

#deb224 #2450de

#deb224 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb224 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb224 Color CSS Codes

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

#deb224 Text Font Color

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

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


#deb224 Background Color

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

This div background color is #deb224


#deb224 Border Color

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

This div border color is #deb224


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deb224


Comments

No comments written yet.

Please login to write comment.