Color Hex Logo

#deb255 Color Hex

#DEB255
(222,178,85)
1 Favorites   0 Comments

Color spaces of #deb255

RGB 22217885
HSL0.110.670.60
HSV41°62°87°
CMYK 0.000.200.62   0.13
XYZ47.684348.026315.3511
Yxy48.02630.42930.4324
Hunter Lab69.30101.544635.3772
CIE-Lab74.84155.739152.5299

#deb255 color RGB value is (222,178,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10110010 01010101
Octal 336 262 125
Decimal 222 178 85
Hex DE B2 55

RGB Percentages of Color #deb255

%45.77
%36.70
%17.53

CMYK Percentages of Color #deb255

%0
%20
%62
%13

Triadic Colors of #deb255

#deb255 #55deb2 #b255de

Analogous Colors of #deb255

#deb255 #c6de55 #de6e55

Monochromatic Colors of #deb255

#deb255

Complementary Color

#deb255 #5581de

#deb255 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb255 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb255 Color CSS Codes

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

#deb255 Text Font Color

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

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


#deb255 Background Color

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

This div background color is #deb255


#deb255 Border Color

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

This div border color is #deb255


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deb255

#deb255 Color Palettes


Comments

No comments written yet.

Please login to write comment.