Color Hex Logo

#dfe346 Color Hex

#DFE346
(223,227,70)
0 Favorites   0 Comments

Color spaces of #dfe346

RGB 22322770
HSL0.170.740.58
HSV62°69°89°
CMYK 0.020.000.69   0.11
XYZ59.006071.068316.4020
Yxy71.06830.40280.4852
Hunter Lab84.3020-22.590047.4758
CIE-Lab87.5182-19.662872.0631

#dfe346 color RGB value is (223,227,70).

#dfe346 hex color red value is 223, green value is 227 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #dfe346 hue: 0.17 , saturation: 0.74 and the lightness value of dfe346 is 0.58.

The process color (four color CMYK) of #dfe346 color hex is 0.02, 0.00, 0.69, 0.11. Web safe color of #dfe346 is #cccc33. Color #dfe346 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11100011 01000110
Octal 337 343 106
Decimal 223 227 70
Hex DF E3 46

RGB Percentages of Color #dfe346

%42.88
%43.65
%13.46

CMYK Percentages of Color #dfe346

%2
%0
%69
%11

Triadic Colors of #dfe346

#dfe346 #46dfe3 #e346df

Analogous Colors of #dfe346

#dfe346 #91e346 #e39946

Monochromatic Colors of #dfe346

#dfe346

Complementary Color

#dfe346 #4a46e3

#dfe346 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfe346 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfe346 Color CSS Codes

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

#dfe346 Text Font Color

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

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


#dfe346 Background Color

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

This div background color is #dfe346


#dfe346 Border Color

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

This div border color is #dfe346


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfe346


Comments

No comments written yet.

Please login to write comment.