Color Hex Logo

#deb935 Color Hex

#DEB935
(222,185,53)
0 Favorites   0 Comments

Color spaces of #deb935

RGB 22218553
HSL0.130.720.54
HSV47°76°87°
CMYK 0.000.170.76   0.13
XYZ48.115850.484610.5767
Yxy50.48460.44070.4624
Hunter Lab71.0525-3.464140.9110
CIE-Lab76.36580.363967.3137

#deb935 color RGB value is (222,185,53).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10111001 00110101
Octal 336 271 65
Decimal 222 185 53
Hex DE B9 35

RGB Percentages of Color #deb935

%48.26
%40.22
%11.52

CMYK Percentages of Color #deb935

%0
%17
%76
%13

Triadic Colors of #deb935

#deb935 #35deb9 #b935de

Analogous Colors of #deb935

#deb935 #afde35 #de6535

Monochromatic Colors of #deb935

#deb935

Complementary Color

#deb935 #355ade

#deb935 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb935 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb935 Color CSS Codes

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

#deb935 Text Font Color

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

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


#deb935 Background Color

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

This div background color is #deb935


#deb935 Border Color

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

This div border color is #deb935


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deb935


Comments

No comments written yet.

Please login to write comment.