Color Hex Logo

#debc2d Color Hex

#DEBC2D
(222,188,45)
0 Favorites   0 Comments

Color spaces of #debc2d

RGB 22218845
HSL0.130.730.52
HSV48°80°87°
CMYK 0.000.150.80   0.13
XYZ48.581151.68559.8984
Yxy51.68550.44100.4692
Hunter Lab71.8926-5.191642.1616
CIE-Lab77.0924-1.487870.5754

#debc2d color RGB value is (222,188,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10111100 00101101
Octal 336 274 55
Decimal 222 188 45
Hex DE BC 2D

RGB Percentages of Color #debc2d

%48.79
%41.32
%9.89

CMYK Percentages of Color #debc2d

%0
%15
%80
%13

Triadic Colors of #debc2d

#debc2d #2ddebc #bc2dde

Analogous Colors of #debc2d

#debc2d #a8de2d #de642d

Monochromatic Colors of #debc2d

#debc2d

Complementary Color

#debc2d #2d4fde

#debc2d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#debc2d Color Preview on White Background

Lorem ipsum dolor sit amet.

#debc2d Color CSS Codes

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

#debc2d Text Font Color

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

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


#debc2d Background Color

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

This div background color is #debc2d


#debc2d Border Color

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

This div border color is #debc2d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #debc2d


Comments

No comments written yet.

Please login to write comment.