Color Hex Logo

#dfce2a Color Hex

#DFCE2A
(223,206,42)
0 Favorites   0 Comments

Color spaces of #dfce2a

RGB 22320642
HSL0.150.740.52
HSV54°81°87°
CMYK 0.000.080.81   0.13
XYZ52.920759.997810.9820
Yxy59.99780.42710.4842
Hunter Lab77.4582-13.597945.8147
CIE-Lab81.8370-10.373075.5872

#dfce2a color RGB value is (223,206,42).

#dfce2a hex color red value is 223, green value is 206 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #dfce2a hue: 0.15 , saturation: 0.74 and the lightness value of dfce2a is 0.52.

The process color (four color CMYK) of #dfce2a color hex is 0.00, 0.08, 0.81, 0.13. Web safe color of #dfce2a is #cccc33. Color #dfce2a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001110 00101010
Octal 337 316 52
Decimal 223 206 42
Hex DF CE 2A

RGB Percentages of Color #dfce2a

%47.35
%43.74
%8.92

CMYK Percentages of Color #dfce2a

%0
%8
%81
%13

Triadic Colors of #dfce2a

#dfce2a #2adfce #ce2adf

Analogous Colors of #dfce2a

#dfce2a #96df2a #df742a

Monochromatic Colors of #dfce2a

#dfce2a

Complementary Color

#dfce2a #2a3bdf

#dfce2a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfce2a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfce2a Color CSS Codes

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

#dfce2a Text Font Color

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

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


#dfce2a Background Color

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

This div background color is #dfce2a


#dfce2a Border Color

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

This div border color is #dfce2a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfce2a


Comments

No comments written yet.

Please login to write comment.