Color Hex Logo

#dffe3a Color Hex

#DFFE3A
(223,254,58)
0 Favorites   0 Comments

Color spaces of #dffe3a

RGB 22325458
HSL0.190.990.61
HSV69°77°100°
CMYK 0.120.000.77   0.00
XYZ66.637086.877117.2598
Yxy86.87710.39020.5087
Hunter Lab93.2079-35.499054.2665
CIE-Lab94.6861-32.911882.5979

#dffe3a color RGB value is (223,254,58).

#dffe3a hex color red value is 223, green value is 254 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #dffe3a hue: 0.19 , saturation: 0.99 and the lightness value of dffe3a is 0.61.

The process color (four color CMYK) of #dffe3a color hex is 0.12, 0.00, 0.77, 0.00. Web safe color of #dffe3a is #ccff33. Color #dffe3a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11111110 00111010
Octal 337 376 72
Decimal 223 254 58
Hex DF FE 3A

RGB Percentages of Color #dffe3a

%41.68
%47.48
%10.84

CMYK Percentages of Color #dffe3a

%12
%0
%77
%0

Triadic Colors of #dffe3a

#dffe3a #3adffe #fe3adf

Analogous Colors of #dffe3a

#dffe3a #7dfe3a #febb3a

Monochromatic Colors of #dffe3a

#dffe3a

Complementary Color

#dffe3a #593afe

#dffe3a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dffe3a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dffe3a Color CSS Codes

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

#dffe3a Text Font Color

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

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


#dffe3a Background Color

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

This div background color is #dffe3a


#dffe3a Border Color

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

This div border color is #dffe3a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dffe3a

Related Colors


Comments

No comments written yet.

Please login to write comment.