Color Hex Logo

#debc38 Color Hex

#DEBC38
(222,188,56)
0 Favorites   0 Comments

Color spaces of #debc38

RGB 22218856
HSL0.130.720.55
HSV48°75°87°
CMYK 0.000.150.75   0.13
XYZ48.821251.781611.1631
Yxy51.78160.43680.4633
Hunter Lab71.9594-4.824941.1739
CIE-Lab77.1501-1.078866.9973

#debc38 color RGB value is (222,188,56).

#debc38 hex color red value is 222, green value is 188 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #debc38 hue: 0.13 , saturation: 0.72 and the lightness value of debc38 is 0.55.

The process color (four color CMYK) of #debc38 color hex is 0.00, 0.15, 0.75, 0.13. Web safe color of #debc38 is #cccc33. Color #debc38 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10111100 00111000
Octal 336 274 70
Decimal 222 188 56
Hex DE BC 38

RGB Percentages of Color #debc38

%47.64
%40.34
%12.02

CMYK Percentages of Color #debc38

%0
%15
%75
%13

Triadic Colors of #debc38

#debc38 #38debc #bc38de

Analogous Colors of #debc38

#debc38 #adde38 #de6938

Monochromatic Colors of #debc38

#debc38

Complementary Color

#debc38 #385ade

#debc38 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#debc38 Color Preview on White Background

Lorem ipsum dolor sit amet.

#debc38 Color CSS Codes

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

#debc38 Text Font Color

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

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


#debc38 Background Color

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

This div background color is #debc38


#debc38 Border Color

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

This div border color is #debc38


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #debc38


Comments

No comments written yet.

Please login to write comment.