Color Hex Logo

#dfcd68 Color Hex

#DFCD68
(223,205,104)
0 Favorites   0 Comments

Color spaces of #dfcd68

RGB 223205104
HSL0.140.650.64
HSV51°53°87°
CMYK 0.000.080.53   0.13
XYZ54.761460.350121.8592
Yxy60.35010.39980.4406
Hunter Lab77.6853-10.122337.6966
CIE-Lab82.0281-6.481951.9056

#dfcd68 color RGB value is (223,205,104).

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

The process color (four color CMYK) of #dfcd68 color hex is 0.00, 0.08, 0.53, 0.13. Web safe color of #dfcd68 is #cccc66. Color #dfcd68 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001101 01101000
Octal 337 315 150
Decimal 223 205 104
Hex DF CD 68

RGB Percentages of Color #dfcd68

%41.92
%38.53
%19.55

CMYK Percentages of Color #dfcd68

%0
%8
%53
%13

Triadic Colors of #dfcd68

#dfcd68 #68dfcd #cd68df

Analogous Colors of #dfcd68

#dfcd68 #b6df68 #df9268

Monochromatic Colors of #dfcd68

#dfcd68

Complementary Color

#dfcd68 #687adf

#dfcd68 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfcd68 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfcd68 Color CSS Codes

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

#dfcd68 Text Font Color

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

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


#dfcd68 Background Color

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

This div background color is #dfcd68


#dfcd68 Border Color

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

This div border color is #dfcd68


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfcd68


Comments

No comments written yet.

Please login to write comment.