Color Hex Logo

#dffa31 Color Hex

#DFFA31
(223,250,49)
0 Favorites   0 Comments

Color spaces of #dffa31

RGB 22325049
HSL0.190.950.59
HSV68°80°98°
CMYK 0.110.000.80   0.02
XYZ65.171484.280915.7387
Yxy84.28090.39450.5102
Hunter Lab91.8046-33.942354.0987
CIE-Lab93.5724-31.391983.9557

#dffa31 color RGB value is (223,250,49).

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

The process color (four color CMYK) of #dffa31 color hex is 0.11, 0.00, 0.80, 0.02. Web safe color of #dffa31 is #ccff33. Color #dffa31 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11111010 00110001
Octal 337 372 61
Decimal 223 250 49
Hex DF FA 31

RGB Percentages of Color #dffa31

%42.72
%47.89
%9.39

CMYK Percentages of Color #dffa31

%11
%0
%80
%2

Triadic Colors of #dffa31

#dffa31 #31dffa #fa31df

Analogous Colors of #dffa31

#dffa31 #7bfa31 #fab131

Monochromatic Colors of #dffa31

#dffa31

Complementary Color

#dffa31 #4c31fa

#dffa31 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dffa31 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dffa31 Color CSS Codes

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

#dffa31 Text Font Color

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

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


#dffa31 Background Color

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

This div background color is #dffa31


#dffa31 Border Color

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

This div border color is #dffa31


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dffa31

Related Colors


Comments

No comments written yet.

Please login to write comment.