Color Hex Logo

#dfd635 Color Hex

#DFD635
(223,214,53)
0 Favorites   0 Comments

Color spaces of #dfd635

RGB 22321453
HSL0.160.730.54
HSV57°76°87°
CMYK 0.000.040.76   0.13
XYZ55.120664.038212.8236
Yxy64.03820.41760.4852
Hunter Lab80.0239-17.090646.5157
CIE-Lab83.9857-14.011974.3543

#dfd635 color RGB value is (223,214,53).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11010110 00110101
Octal 337 326 65
Decimal 223 214 53
Hex DF D6 35

RGB Percentages of Color #dfd635

%45.51
%43.67
%10.82

CMYK Percentages of Color #dfd635

%0
%4
%76
%13

Triadic Colors of #dfd635

#dfd635 #35dfd6 #d635df

Analogous Colors of #dfd635

#dfd635 #93df35 #df8135

Monochromatic Colors of #dfd635

#dfd635

Complementary Color

#dfd635 #353edf

#dfd635 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfd635 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfd635 Color CSS Codes

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

#dfd635 Text Font Color

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

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


#dfd635 Background Color

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

This div background color is #dfd635


#dfd635 Border Color

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

This div border color is #dfd635


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,214,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 #dfd635">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfd635


Comments

No comments written yet.

Please login to write comment.