Color Hex Logo

#dffa53 Color Hex

#DFFA53
(223,250,83)
0 Favorites   0 Comments

Color spaces of #dffa53

RGB 22325083
HSL0.190.940.65
HSV70°67°98°
CMYK 0.110.000.67   0.02
XYZ66.178484.683721.0412
Yxy84.68370.38500.4926
Hunter Lab92.0237-32.674250.8600
CIE-Lab93.7466-29.883873.5893

#dffa53 color RGB value is (223,250,83).

#dffa53 hex color red value is 223, green value is 250 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #dffa53 hue: 0.19 , saturation: 0.94 and the lightness value of dffa53 is 0.65.

The process color (four color CMYK) of #dffa53 color hex is 0.11, 0.00, 0.67, 0.02. Web safe color of #dffa53 is #ccff66. Color #dffa53 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11111010 01010011
Octal 337 372 123
Decimal 223 250 83
Hex DF FA 53

RGB Percentages of Color #dffa53

%40.11
%44.96
%14.93

CMYK Percentages of Color #dffa53

%11
%0
%67
%2

Triadic Colors of #dffa53

#dffa53 #53dffa #fa53df

Analogous Colors of #dffa53

#dffa53 #8cfa53 #fac253

Monochromatic Colors of #dffa53

#dffa53

Complementary Color

#dffa53 #6e53fa

#dffa53 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dffa53 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dffa53 Color CSS Codes

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

#dffa53 Text Font Color

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

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


#dffa53 Background Color

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

This div background color is #dffa53


#dffa53 Border Color

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

This div border color is #dffa53


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dffa53


Comments

No comments written yet.

Please login to write comment.