Color Hex Logo

#debb34 Color Hex

#DEBB34
(222,187,52)
0 Favorites   0 Comments

Color spaces of #debb34

RGB 22218752
HSL0.130.720.54
HSV48°77°87°
CMYK 0.000.160.77   0.13
XYZ48.514451.318210.5972
Yxy51.31820.43930.4647
Hunter Lab71.6367-4.479141.3750
CIE-Lab76.8714-0.718168.1260

#debb34 color RGB value is (222,187,52).

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

The process color (four color CMYK) of #debb34 color hex is 0.00, 0.16, 0.77, 0.13. Web safe color of #debb34 is #cccc33. Color #debb34 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10111011 00110100
Octal 336 273 64
Decimal 222 187 52
Hex DE BB 34

RGB Percentages of Color #debb34

%48.16
%40.56
%11.28

CMYK Percentages of Color #debb34

%0
%16
%77
%13

Triadic Colors of #debb34

#debb34 #34debb #bb34de

Analogous Colors of #debb34

#debb34 #acde34 #de6634

Monochromatic Colors of #debb34

#debb34

Complementary Color

#debb34 #3457de

#debb34 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#debb34 Color Preview on White Background

Lorem ipsum dolor sit amet.

#debb34 Color CSS Codes

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

#debb34 Text Font Color

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

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


#debb34 Background Color

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

This div background color is #debb34


#debb34 Border Color

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

This div border color is #debb34


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #debb34


Comments

No comments written yet.

Please login to write comment.