Color Hex Logo

#deb265 Color Hex

#DEB265
(222,178,101)
0 Favorites   0 Comments

Color spaces of #deb265

RGB 222178101
HSL0.110.650.63
HSV38°55°87°
CMYK 0.000.200.55   0.13
XYZ48.393648.310019.0861
Yxy48.31000.41790.4172
Hunter Lab69.50542.647432.3728
CIE-Lab75.02006.929845.0004

#deb265 color RGB value is (222,178,101).

#deb265 hex color red value is 222, green value is 178 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #deb265 hue: 0.11 , saturation: 0.65 and the lightness value of deb265 is 0.63.

The process color (four color CMYK) of #deb265 color hex is 0.00, 0.20, 0.55, 0.13. Web safe color of #deb265 is #cc9966. Color #deb265 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10110010 01100101
Octal 336 262 145
Decimal 222 178 101
Hex DE B2 65

RGB Percentages of Color #deb265

%44.31
%35.53
%20.16

CMYK Percentages of Color #deb265

%0
%20
%55
%13

Triadic Colors of #deb265

#deb265 #65deb2 #b265de

Analogous Colors of #deb265

#deb265 #cede65 #de7665

Monochromatic Colors of #deb265

#deb265

Complementary Color

#deb265 #6591de

#deb265 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb265 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb265 Color CSS Codes

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

#deb265 Text Font Color

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

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


#deb265 Background Color

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

This div background color is #deb265


#deb265 Border Color

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

This div border color is #deb265


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deb265


Comments

No comments written yet.

Please login to write comment.