Color Hex Logo

#dff340 Color Hex

#DFF340
(223,243,64)
0 Favorites   0 Comments

Color spaces of #dff340

RGB 22324364
HSL0.190.880.60
HSV67°74°95°
CMYK 0.080.000.74   0.05
XYZ63.407480.159316.9809
Yxy80.15930.39490.4993
Hunter Lab89.5317-30.264851.4271
CIE-Lab91.7563-27.578478.1327

#dff340 color RGB value is (223,243,64).

#dff340 hex color red value is 223, green value is 243 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #dff340 hue: 0.19 , saturation: 0.88 and the lightness value of dff340 is 0.60.

The process color (four color CMYK) of #dff340 color hex is 0.08, 0.00, 0.74, 0.05. Web safe color of #dff340 is #ccff33. Color #dff340 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11110011 01000000
Octal 337 363 100
Decimal 223 243 64
Hex DF F3 40

RGB Percentages of Color #dff340

%42.08
%45.85
%12.08

CMYK Percentages of Color #dff340

%8
%0
%74
%5

Triadic Colors of #dff340

#dff340 #40dff3 #f340df

Analogous Colors of #dff340

#dff340 #86f340 #f3ae40

Monochromatic Colors of #dff340

#dff340

Complementary Color

#dff340 #5440f3

#dff340 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dff340 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dff340 Color CSS Codes

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

#dff340 Text Font Color

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

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


#dff340 Background Color

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

This div background color is #dff340


#dff340 Border Color

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

This div border color is #dff340


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dff340


Comments

No comments written yet.

Please login to write comment.