Color Hex Logo

#debb04 Color Hex

#DEBB04
(222,187,4)
0 Favorites   0 Comments

Color spaces of #debb04

RGB 2221874
HSL0.140.960.44
HSV50°98°87°
CMYK 0.000.160.98   0.13
XYZ47.916451.07907.4486
Yxy51.07900.45020.4799
Hunter Lab71.4696-5.397443.8495
CIE-Lab76.7268-1.743778.0773

#debb04 color RGB value is (222,187,4).

#debb04 hex color red value is 222, green value is 187 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #debb04 hue: 0.14 , saturation: 0.96 and the lightness value of debb04 is 0.44.

The process color (four color CMYK) of #debb04 color hex is 0.00, 0.16, 0.98, 0.13. Web safe color of #debb04 is #cccc00. Color #debb04 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10111011 00000100
Octal 336 273 4
Decimal 222 187 4
Hex DE BB 4

RGB Percentages of Color #debb04

%53.75
%45.28
%0.97

CMYK Percentages of Color #debb04

%0
%16
%98
%13

Triadic Colors of #debb04

#debb04 #04debb #bb04de

Analogous Colors of #debb04

#debb04 #94de04 #de4e04

Monochromatic Colors of #debb04

#debb04

Complementary Color

#debb04 #0427de

#debb04 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#debb04 Color Preview on White Background

Lorem ipsum dolor sit amet.

#debb04 Color CSS Codes

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

#debb04 Text Font Color

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

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


#debb04 Background Color

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

This div background color is #debb04


#debb04 Border Color

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

This div border color is #debb04


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #debb04


Comments

No comments written yet.

Please login to write comment.