Color Hex Logo

#dfda23 Color Hex

#DFDA23
(223,218,35)
0 Favorites   0 Comments

Color spaces of #dfda23

RGB 22321835
HSL0.160.750.51
HSV58°84°87°
CMYK 0.000.020.84   0.13
XYZ55.806265.952111.3788
Yxy65.95210.41920.4954
Hunter Lab81.2109-19.458148.5403
CIE-Lab84.9720-16.541779.8843

#dfda23 color RGB value is (223,218,35).

#dfda23 hex color red value is 223, green value is 218 and the blue value of its RGB is 35. Cylindrical-coordinate representations (also known as HSL) of color #dfda23 hue: 0.16 , saturation: 0.75 and the lightness value of dfda23 is 0.51.

The process color (four color CMYK) of #dfda23 color hex is 0.00, 0.02, 0.84, 0.13. Web safe color of #dfda23 is #cccc33. Color #dfda23 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011010 00100011
Octal 337 332 43
Decimal 223 218 35
Hex DF DA 23

RGB Percentages of Color #dfda23

%46.85
%45.80
%7.35

CMYK Percentages of Color #dfda23

%0
%2
%84
%13

Triadic Colors of #dfda23

#dfda23 #23dfda #da23df

Analogous Colors of #dfda23

#dfda23 #86df23 #df7c23

Monochromatic Colors of #dfda23

#dfda23

Complementary Color

#dfda23 #2328df

#dfda23 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfda23 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfda23 Color CSS Codes

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

#dfda23 Text Font Color

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

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


#dfda23 Background Color

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

This div background color is #dfda23


#dfda23 Border Color

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

This div border color is #dfda23


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfda23


Comments

No comments written yet.

Please login to write comment.