Color Hex Logo

#dfe246 Color Hex

#DFE246
(223,226,70)
0 Favorites   0 Comments

Color spaces of #dfe246

RGB 22322670
HSL0.170.730.58
HSV61°69°89°
CMYK 0.010.000.69   0.11
XYZ58.733370.522916.3111
Yxy70.52290.40350.4845
Hunter Lab83.9779-22.120347.2686
CIE-Lab87.2527-19.176671.8023

#dfe246 color RGB value is (223,226,70).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11100010 01000110
Octal 337 342 106
Decimal 223 226 70
Hex DF E2 46

RGB Percentages of Color #dfe246

%42.97
%43.55
%13.49

CMYK Percentages of Color #dfe246

%1
%0
%69
%11

Triadic Colors of #dfe246

#dfe246 #46dfe2 #e246df

Analogous Colors of #dfe246

#dfe246 #91e246 #e29746

Monochromatic Colors of #dfe246

#dfe246

Complementary Color

#dfe246 #4946e2

#dfe246 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfe246 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfe246 Color CSS Codes

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

#dfe246 Text Font Color

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

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


#dfe246 Background Color

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

This div background color is #dfe246


#dfe246 Border Color

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

This div border color is #dfe246


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,226,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 #dfe246">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfe246


Comments

No comments written yet.

Please login to write comment.