Color Hex Logo

#dfdb6c Color Hex

#DFDB6C
(223,219,108)
0 Favorites   0 Comments

Color spaces of #dfdb6c

RGB 223219108
HSL0.160.640.65
HSV58°52°87°
CMYK 0.000.020.52   0.13
XYZ58.469767.433724.1217
Yxy67.43370.38970.4495
Hunter Lab82.1180-16.610940.0665
CIE-Lab85.7225-13.219054.3667

#dfdb6c color RGB value is (223,219,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011011 01101100
Octal 337 333 154
Decimal 223 219 108
Hex DF DB 6C

RGB Percentages of Color #dfdb6c

%40.55
%39.82
%19.64

CMYK Percentages of Color #dfdb6c

%0
%2
%52
%13

Triadic Colors of #dfdb6c

#dfdb6c #6cdfdb #db6cdf

Analogous Colors of #dfdb6c

#dfdb6c #aadf6c #dfa26c

Monochromatic Colors of #dfdb6c

#dfdb6c

Complementary Color

#dfdb6c #6c70df

#dfdb6c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfdb6c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfdb6c Color CSS Codes

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

#dfdb6c Text Font Color

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

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


#dfdb6c Background Color

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

This div background color is #dfdb6c


#dfdb6c Border Color

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

This div border color is #dfdb6c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfdb6c


Comments

No comments written yet.

Please login to write comment.