Color Hex Logo

#deb613 Color Hex

#DEB613
(222,182,19)
0 Favorites   0 Comments

Color spaces of #deb613

RGB 22218219
HSL0.130.840.47
HSV48°91°87°
CMYK 0.000.180.91   0.13
XYZ46.969749.03257.6047
Yxy49.03250.45330.4733
Hunter Lab70.0232-2.807642.5772
CIE-Lab75.47151.028875.3456

#deb613 color RGB value is (222,182,19).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10110110 00010011
Octal 336 266 23
Decimal 222 182 19
Hex DE B6 13

RGB Percentages of Color #deb613

%52.48
%43.03
%4.49

CMYK Percentages of Color #deb613

%0
%18
%91
%13

Triadic Colors of #deb613

#deb613 #13deb6 #b613de

Analogous Colors of #deb613

#deb613 #a1de13 #de5013

Monochromatic Colors of #deb613

#deb613

Complementary Color

#deb613 #133bde

#deb613 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb613 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb613 Color CSS Codes

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

#deb613 Text Font Color

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

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


#deb613 Background Color

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

This div background color is #deb613


#deb613 Border Color

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

This div border color is #deb613


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deb613


Comments

No comments written yet.

Please login to write comment.