Color Hex Logo

#debf3d Color Hex

#DEBF3D
(222,191,61)
0 Favorites   0 Comments

Color spaces of #debf3d

RGB 22219161
HSL0.130.710.55
HSV48°73°87°
CMYK 0.000.140.73   0.13
XYZ49.597353.128112.0556
Yxy53.12810.43210.4629
Hunter Lab72.8890-6.095641.2160
CIE-Lab77.9506-2.418665.9465

#debf3d color RGB value is (222,191,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10111111 00111101
Octal 336 277 75
Decimal 222 191 61
Hex DE BF 3D

RGB Percentages of Color #debf3d

%46.84
%40.30
%12.87

CMYK Percentages of Color #debf3d

%0
%14
%73
%13

Triadic Colors of #debf3d

#debf3d #3ddebf #bf3dde

Analogous Colors of #debf3d

#debf3d #adde3d #de6f3d

Monochromatic Colors of #debf3d

#debf3d

Complementary Color

#debf3d #3d5cde

#debf3d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#debf3d Color Preview on White Background

Lorem ipsum dolor sit amet.

#debf3d Color CSS Codes

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

#debf3d Text Font Color

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

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


#debf3d Background Color

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

This div background color is #debf3d


#debf3d Border Color

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

This div border color is #debf3d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #debf3d

#debf3d Color Palettes


Comments

No comments written yet.

Please login to write comment.