Color Hex Logo

#dfdb76 Color Hex

#DFDB76
(223,219,118)
0 Favorites   0 Comments

Color spaces of #dfdb76

RGB 223219118
HSL0.160.620.67
HSV58°47°87°
CMYK 0.000.020.47   0.13
XYZ59.033067.659027.0877
Yxy67.65900.38390.4400
Hunter Lab82.2551-15.840238.0536
CIE-Lab85.8357-12.345549.7922

#dfdb76 color RGB value is (223,219,118).

#dfdb76 hex color red value is 223, green value is 219 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #dfdb76 hue: 0.16 , saturation: 0.62 and the lightness value of dfdb76 is 0.67.

The process color (four color CMYK) of #dfdb76 color hex is 0.00, 0.02, 0.47, 0.13. Web safe color of #dfdb76 is #cccc66. Color #dfdb76 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011011 01110110
Octal 337 333 166
Decimal 223 219 118
Hex DF DB 76

RGB Percentages of Color #dfdb76

%39.82
%39.11
%21.07

CMYK Percentages of Color #dfdb76

%0
%2
%47
%13

Triadic Colors of #dfdb76

#dfdb76 #76dfdb #db76df

Analogous Colors of #dfdb76

#dfdb76 #afdf76 #dfa776

Monochromatic Colors of #dfdb76

#dfdb76

Complementary Color

#dfdb76 #767adf

#dfdb76 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfdb76 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfdb76 Color CSS Codes

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

#dfdb76 Text Font Color

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

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


#dfdb76 Background Color

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

This div background color is #dfdb76


#dfdb76 Border Color

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

This div border color is #dfdb76


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(223,219,118, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dfdb76; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dfdb76;
  -webkit-box-shadow: 1px 1px 3px 2px #dfdb76;
  box-shadow:         1px 1px 3px 2px #dfdb76; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,219,118, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfdb76


Comments

No comments written yet.

Please login to write comment.