Color Hex Logo

#debf5f Color Hex

#DEBF5F
(222,191,95)
0 Favorites   0 Comments

Color spaces of #debf5f

RGB 22219195
HSL0.130.660.62
HSV45°57°87°
CMYK 0.000.140.57   0.13
XYZ50.820653.617418.4971
Yxy53.61740.41340.4361
Hunter Lab73.2239-4.255036.2795
CIE-Lab78.2381-0.375351.7123

#debf5f color RGB value is (222,191,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10111111 01011111
Octal 336 277 137
Decimal 222 191 95
Hex DE BF 5F

RGB Percentages of Color #debf5f

%43.70
%37.60
%18.70

CMYK Percentages of Color #debf5f

%0
%14
%57
%13

Triadic Colors of #debf5f

#debf5f #5fdebf #bf5fde

Analogous Colors of #debf5f

#debf5f #bede5f #de805f

Monochromatic Colors of #debf5f

#debf5f

Complementary Color

#debf5f #5f7ede

#debf5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#debf5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#debf5f Color CSS Codes

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

#debf5f Text Font Color

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

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


#debf5f Background Color

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

This div background color is #debf5f


#debf5f Border Color

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

This div border color is #debf5f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #debf5f


Comments

No comments written yet.

Please login to write comment.