Color Hex Logo

#debf43 Color Hex

#DEBF43
(222,191,67)
0 Favorites   0 Comments

Color spaces of #debf43

RGB 22219167
HSL0.130.700.57
HSV48°70°87°
CMYK 0.000.140.70   0.13
XYZ49.768153.196412.9551
Yxy53.19640.42930.4589
Hunter Lab72.9359-5.837540.5238
CIE-Lab77.9908-2.130563.6844

#debf43 color RGB value is (222,191,67).

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

The process color (four color CMYK) of #debf43 color hex is 0.00, 0.14, 0.70, 0.13. Web safe color of #debf43 is #cccc33. Color #debf43 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10111111 01000011
Octal 336 277 103
Decimal 222 191 67
Hex DE BF 43

RGB Percentages of Color #debf43

%46.25
%39.79
%13.96

CMYK Percentages of Color #debf43

%0
%14
%70
%13

Triadic Colors of #debf43

#debf43 #43debf #bf43de

Analogous Colors of #debf43

#debf43 #b0de43 #de7243

Monochromatic Colors of #debf43

#debf43

Complementary Color

#debf43 #4362de

#debf43 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#debf43 Color Preview on White Background

Lorem ipsum dolor sit amet.

#debf43 Color CSS Codes

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

#debf43 Text Font Color

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

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


#debf43 Background Color

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

This div background color is #debf43


#debf43 Border Color

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

This div border color is #debf43


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #debf43


Comments

No comments written yet.

Please login to write comment.