Color Hex Logo

#deb926 Color Hex

#DEB926
(222,185,38)
0 Favorites   0 Comments

Color spaces of #deb926

RGB 22218538
HSL0.130.740.51
HSV48°83°87°
CMYK 0.000.170.83   0.13
XYZ47.823050.36759.0351
Yxy50.36750.44600.4697
Hunter Lab70.9701-3.915842.1309
CIE-Lab76.2943-0.138071.8937

#deb926 color RGB value is (222,185,38).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10111001 00100110
Octal 336 271 46
Decimal 222 185 38
Hex DE B9 26

RGB Percentages of Color #deb926

%49.89
%41.57
%8.54

CMYK Percentages of Color #deb926

%0
%17
%83
%13

Triadic Colors of #deb926

#deb926 #26deb9 #b926de

Analogous Colors of #deb926

#deb926 #a7de26 #de5d26

Monochromatic Colors of #deb926

#deb926

Complementary Color

#deb926 #264bde

#deb926 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb926 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb926 Color CSS Codes

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

#deb926 Text Font Color

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

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


#deb926 Background Color

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

This div background color is #deb926


#deb926 Border Color

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

This div border color is #deb926


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deb926


Comments

No comments written yet.

Please login to write comment.