Color Hex Logo

#deb267 Color Hex

#DEB267
(222,178,103)
0 Favorites   0 Comments

Color spaces of #deb267

RGB 222178103
HSL0.110.640.64
HSV38°54°87°
CMYK 0.000.200.54   0.13
XYZ48.492848.349719.6085
Yxy48.34970.41640.4152
Hunter Lab69.53392.801031.9540
CIE-Lab75.04507.095044.0314

#deb267 color RGB value is (222,178,103).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10110010 01100111
Octal 336 262 147
Decimal 222 178 103
Hex DE B2 67

RGB Percentages of Color #deb267

%44.14
%35.39
%20.48

CMYK Percentages of Color #deb267

%0
%20
%54
%13

Triadic Colors of #deb267

#deb267 #67deb2 #b267de

Analogous Colors of #deb267

#deb267 #cfde67 #de7767

Monochromatic Colors of #deb267

#deb267

Complementary Color

#deb267 #6793de

#deb267 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb267 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb267 Color CSS Codes

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

#deb267 Text Font Color

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

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


#deb267 Background Color

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

This div background color is #deb267


#deb267 Border Color

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

This div border color is #deb267


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deb267


Comments

No comments written yet.

Please login to write comment.