Color Hex Logo

#dfce67 Color Hex

#DFCE67
(223,206,103)
0 Favorites   0 Comments

Color spaces of #dfce67

RGB 223206103
HSL0.140.650.64
HSV52°54°87°
CMYK 0.000.080.54   0.13
XYZ54.950960.809921.6732
Yxy60.80990.39980.4425
Hunter Lab77.9807-10.682138.1080
CIE-Lab82.2764-7.072952.6668

#dfce67 color RGB value is (223,206,103).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001110 01100111
Octal 337 316 147
Decimal 223 206 103
Hex DF CE 67

RGB Percentages of Color #dfce67

%41.92
%38.72
%19.36

CMYK Percentages of Color #dfce67

%0
%8
%54
%13

Triadic Colors of #dfce67

#dfce67 #67dfce #ce67df

Analogous Colors of #dfce67

#dfce67 #b4df67 #df9267

Monochromatic Colors of #dfce67

#dfce67

Complementary Color

#dfce67 #6778df

#dfce67 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfce67 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfce67 Color CSS Codes

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

#dfce67 Text Font Color

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

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


#dfce67 Background Color

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

This div background color is #dfce67


#dfce67 Border Color

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

This div border color is #dfce67


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfce67

#dfce67 Color Palettes


Comments

No comments written yet.

Please login to write comment.