Color Hex Logo

#deb214 Color Hex

#DEB214
(222,178,20)
2 Favorites   0 Comments

Color spaces of #deb214

RGB 22217820
HSL0.130.830.47
HSV47°91°87°
CMYK 0.000.200.91   0.13
XYZ46.170947.42097.3815
Yxy47.42090.45730.4696
Hunter Lab68.8628-0.829941.8486
CIE-Lab74.45823.142974.4122

#deb214 color RGB value is (222,178,20).

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

The process color (four color CMYK) of #deb214 color hex is 0.00, 0.20, 0.91, 0.13. Web safe color of #deb214 is #cc9900. Color #deb214 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10110010 00010100
Octal 336 262 24
Decimal 222 178 20
Hex DE B2 14

RGB Percentages of Color #deb214

%52.86
%42.38
%4.76

CMYK Percentages of Color #deb214

%0
%20
%91
%13

Triadic Colors of #deb214

#deb214 #14deb2 #b214de

Analogous Colors of #deb214

#deb214 #a5de14 #de4d14

Monochromatic Colors of #deb214

#deb214

Complementary Color

#deb214 #1440de

#deb214 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb214 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb214 Color CSS Codes

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

#deb214 Text Font Color

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

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


#deb214 Background Color

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

This div background color is #deb214


#deb214 Border Color

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

This div border color is #deb214


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deb214


Comments

No comments written yet.

Please login to write comment.