Color Hex Logo

#debc14 Color Hex

#DEBC14
(222,188,20)
0 Favorites   0 Comments

Color spaces of #debc14

RGB 22218820
HSL0.140.830.47
HSV50°91°87°
CMYK 0.000.150.91   0.13
XYZ48.233751.54658.0691
Yxy51.54650.44720.4779
Hunter Lab71.7959-5.723543.5936
CIE-Lab77.0089-2.083076.3526

#debc14 color RGB value is (222,188,20).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10111100 00010100
Octal 336 274 24
Decimal 222 188 20
Hex DE BC 14

RGB Percentages of Color #debc14

%51.63
%43.72
%4.65

CMYK Percentages of Color #debc14

%0
%15
%91
%13

Triadic Colors of #debc14

#debc14 #14debc #bc14de

Analogous Colors of #debc14

#debc14 #9bde14 #de5714

Monochromatic Colors of #debc14

#debc14

Complementary Color

#debc14 #1436de

#debc14 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#debc14 Color Preview on White Background

Lorem ipsum dolor sit amet.

#debc14 Color CSS Codes

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

#debc14 Text Font Color

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

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


#debc14 Background Color

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

This div background color is #debc14


#debc14 Border Color

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

This div border color is #debc14


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #debc14


Comments

No comments written yet.

Please login to write comment.