Color Hex Logo

#deb914 Color Hex

#DEB914
(222,185,20)
0 Favorites   0 Comments

Color spaces of #deb914

RGB 22218520
HSL0.140.830.47
HSV49°91°87°
CMYK 0.000.170.91   0.13
XYZ47.599450.27807.8577
Yxy50.27800.45020.4755
Hunter Lab70.9070-4.261343.0645
CIE-Lab76.2396-0.523075.7663

#deb914 color RGB value is (222,185,20).

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

The process color (four color CMYK) of #deb914 color hex is 0.00, 0.17, 0.91, 0.13. Web safe color of #deb914 is #cccc00. Color #deb914 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10111001 00010100
Octal 336 271 24
Decimal 222 185 20
Hex DE B9 14

RGB Percentages of Color #deb914

%51.99
%43.33
%4.68

CMYK Percentages of Color #deb914

%0
%17
%91
%13

Triadic Colors of #deb914

#deb914 #14deb9 #b914de

Analogous Colors of #deb914

#deb914 #9ede14 #de5414

Monochromatic Colors of #deb914

#deb914

Complementary Color

#deb914 #1439de

#deb914 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb914 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb914 Color CSS Codes

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

#deb914 Text Font Color

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

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


#deb914 Background Color

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

This div background color is #deb914


#deb914 Border Color

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

This div border color is #deb914


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deb914


Comments

No comments written yet.

Please login to write comment.