Color Hex Logo

#debf0f Color Hex

#DEBF0F
(222,191,15)
0 Favorites   0 Comments

Color spaces of #debf0f

RGB 22219115
HSL0.140.870.46
HSV51°93°87°
CMYK 0.000.140.93   0.13
XYZ48.841252.82578.0741
Yxy52.82570.44510.4814
Hunter Lab72.6813-7.241844.2904
CIE-Lab77.7720-3.704877.6509

#debf0f color RGB value is (222,191,15).

#debf0f hex color red value is 222, green value is 191 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #debf0f hue: 0.14 , saturation: 0.87 and the lightness value of debf0f is 0.46.

The process color (four color CMYK) of #debf0f color hex is 0.00, 0.14, 0.93, 0.13. Web safe color of #debf0f is #cccc00. Color #debf0f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10111111 00001111
Octal 336 277 17
Decimal 222 191 15
Hex DE BF F

RGB Percentages of Color #debf0f

%51.87
%44.63
%3.50

CMYK Percentages of Color #debf0f

%0
%14
%93
%13

Triadic Colors of #debf0f

#debf0f #0fdebf #bf0fde

Analogous Colors of #debf0f

#debf0f #96de0f #de580f

Monochromatic Colors of #debf0f

#debf0f

Complementary Color

#debf0f #0f2ede

#debf0f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#debf0f Color Preview on White Background

Lorem ipsum dolor sit amet.

#debf0f Color CSS Codes

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

#debf0f Text Font Color

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

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


#debf0f Background Color

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

This div background color is #debf0f


#debf0f Border Color

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

This div border color is #debf0f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #debf0f


Comments

No comments written yet.

Please login to write comment.