Color Hex Logo

#debf5c Color Hex

#DEBF5C
(222,191,92)
0 Favorites   0 Comments

Color spaces of #debf5c

RGB 22219192
HSL0.130.660.62
HSV46°59°87°
CMYK 0.000.140.59   0.13
XYZ50.686853.563917.7926
Yxy53.56390.41530.4389
Hunter Lab73.1874-4.455536.8171
CIE-Lab78.2068-0.596653.0827

#debf5c color RGB value is (222,191,92).

#debf5c hex color red value is 222, green value is 191 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #debf5c hue: 0.13 , saturation: 0.66 and the lightness value of debf5c is 0.62.

The process color (four color CMYK) of #debf5c color hex is 0.00, 0.14, 0.59, 0.13. Web safe color of #debf5c is #cccc66. Color #debf5c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10111111 01011100
Octal 336 277 134
Decimal 222 191 92
Hex DE BF 5C

RGB Percentages of Color #debf5c

%43.96
%37.82
%18.22

CMYK Percentages of Color #debf5c

%0
%14
%59
%13

Triadic Colors of #debf5c

#debf5c #5cdebf #bf5cde

Analogous Colors of #debf5c

#debf5c #bcde5c #de7e5c

Monochromatic Colors of #debf5c

#debf5c

Complementary Color

#debf5c #5c7bde

#debf5c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#debf5c Color Preview on White Background

Lorem ipsum dolor sit amet.

#debf5c Color CSS Codes

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

#debf5c Text Font Color

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

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


#debf5c Background Color

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

This div background color is #debf5c


#debf5c Border Color

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

This div border color is #debf5c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #debf5c


Comments

No comments written yet.

Please login to write comment.