Color Hex Logo

#debb24 Color Hex

#DEBB24
(222,187,36)
0 Favorites   0 Comments

Color spaces of #debb24

RGB 22218736
HSL0.140.740.51
HSV49°84°87°
CMYK 0.000.160.84   0.13
XYZ48.213051.19769.0101
Yxy51.19760.44470.4722
Hunter Lab71.5525-4.941342.6208
CIE-Lab76.7985-1.233472.8437

#debb24 color RGB value is (222,187,36).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10111011 00100100
Octal 336 273 44
Decimal 222 187 36
Hex DE BB 24

RGB Percentages of Color #debb24

%49.89
%42.02
%8.09

CMYK Percentages of Color #debb24

%0
%16
%84
%13

Triadic Colors of #debb24

#debb24 #24debb #bb24de

Analogous Colors of #debb24

#debb24 #a4de24 #de5e24

Monochromatic Colors of #debb24

#debb24

Complementary Color

#debb24 #2447de

#debb24 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#debb24 Color Preview on White Background

Lorem ipsum dolor sit amet.

#debb24 Color CSS Codes

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

#debb24 Text Font Color

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

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


#debb24 Background Color

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

This div background color is #debb24


#debb24 Border Color

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

This div border color is #debb24


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #debb24


Comments

No comments written yet.

Please login to write comment.