Color Hex Logo

#debd25 Color Hex

#DEBD25
(222,189,37)
0 Favorites   0 Comments

Color spaces of #debd25

RGB 22218937
HSL0.140.740.51
HSV49°83°87°
CMYK 0.000.150.83   0.13
XYZ48.655752.05849.2341
Yxy52.05840.44250.4735
Hunter Lab72.1515-5.892842.9180
CIE-Lab77.3157-2.246073.0190

#debd25 color RGB value is (222,189,37).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10111101 00100101
Octal 336 275 45
Decimal 222 189 37
Hex DE BD 25

RGB Percentages of Color #debd25

%49.55
%42.19
%8.26

CMYK Percentages of Color #debd25

%0
%15
%83
%13

Triadic Colors of #debd25

#debd25 #25debd #bd25de

Analogous Colors of #debd25

#debd25 #a3de25 #de6125

Monochromatic Colors of #debd25

#debd25

Complementary Color

#debd25 #2546de

#debd25 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#debd25 Color Preview on White Background

Lorem ipsum dolor sit amet.

#debd25 Color CSS Codes

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

#debd25 Text Font Color

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

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


#debd25 Background Color

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

This div background color is #debd25


#debd25 Border Color

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

This div border color is #debd25


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #debd25


Comments

No comments written yet.

Please login to write comment.