Color Hex Logo

#dfcd35 Color Hex

#DFCD35
(223,205,53)
0 Favorites   0 Comments

Color spaces of #dfcd35

RGB 22320553
HSL0.150.730.54
HSV54°76°87°
CMYK 0.000.080.76   0.13
XYZ52.905459.607712.0852
Yxy59.60770.42460.4784
Hunter Lab77.2060-12.793544.7634
CIE-Lab81.6245-9.496672.2023

#dfcd35 color RGB value is (223,205,53).

#dfcd35 hex color red value is 223, green value is 205 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #dfcd35 hue: 0.15 , saturation: 0.73 and the lightness value of dfcd35 is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001101 00110101
Octal 337 315 65
Decimal 223 205 53
Hex DF CD 35

RGB Percentages of Color #dfcd35

%46.36
%42.62
%11.02

CMYK Percentages of Color #dfcd35

%0
%8
%76
%13

Triadic Colors of #dfcd35

#dfcd35 #35dfcd #cd35df

Analogous Colors of #dfcd35

#dfcd35 #9cdf35 #df7835

Monochromatic Colors of #dfcd35

#dfcd35

Complementary Color

#dfcd35 #3547df

#dfcd35 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfcd35 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfcd35 Color CSS Codes

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

#dfcd35 Text Font Color

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

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


#dfcd35 Background Color

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

This div background color is #dfcd35


#dfcd35 Border Color

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

This div border color is #dfcd35


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfcd35


Comments

No comments written yet.

Please login to write comment.