Color Hex Logo

#deb635 Color Hex

#DEB635
(222,182,53)
0 Favorites   0 Comments

Color spaces of #deb635

RGB 22218253
HSL0.130.720.54
HSV46°76°87°
CMYK 0.000.180.76   0.13
XYZ47.494849.242510.3697
Yxy49.24250.44340.4598
Hunter Lab70.1730-1.989640.3596
CIE-Lab75.60191.934466.6005

#deb635 color RGB value is (222,182,53).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10110110 00110101
Octal 336 266 65
Decimal 222 182 53
Hex DE B6 35

RGB Percentages of Color #deb635

%48.58
%39.82
%11.60

CMYK Percentages of Color #deb635

%0
%18
%76
%13

Triadic Colors of #deb635

#deb635 #35deb6 #b635de

Analogous Colors of #deb635

#deb635 #b2de35 #de6235

Monochromatic Colors of #deb635

#deb635

Complementary Color

#deb635 #355dde

#deb635 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb635 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb635 Color CSS Codes

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

#deb635 Text Font Color

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

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


#deb635 Background Color

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

This div background color is #deb635


#deb635 Border Color

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

This div border color is #deb635


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,182,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 #deb635">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deb635


Comments

No comments written yet.

Please login to write comment.