Color Hex Logo

#debf46 Color Hex

#DEBF46
(222,191,70)
0 Favorites   0 Comments

Color spaces of #debf46

RGB 22219170
HSL0.130.700.57
HSV48°68°87°
CMYK 0.000.140.68   0.13
XYZ49.860553.233413.4415
Yxy53.23340.42790.4568
Hunter Lab72.9612-5.698240.1500
CIE-Lab78.0126-1.975162.5060

#debf46 color RGB value is (222,191,70).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10111111 01000110
Octal 336 277 106
Decimal 222 191 70
Hex DE BF 46

RGB Percentages of Color #debf46

%45.96
%39.54
%14.49

CMYK Percentages of Color #debf46

%0
%14
%68
%13

Triadic Colors of #debf46

#debf46 #46debf #bf46de

Analogous Colors of #debf46

#debf46 #b1de46 #de7346

Monochromatic Colors of #debf46

#debf46

Complementary Color

#debf46 #4665de

#debf46 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#debf46 Color Preview on White Background

Lorem ipsum dolor sit amet.

#debf46 Color CSS Codes

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

#debf46 Text Font Color

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

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


#debf46 Background Color

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

This div background color is #debf46


#debf46 Border Color

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

This div border color is #debf46


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #debf46


Comments

No comments written yet.

Please login to write comment.