Color Hex Logo

#dfe242 Color Hex

#DFE242
(223,226,66)
0 Favorites   0 Comments

Color spaces of #dfe242

RGB 22322666
HSL0.170.730.57
HSV61°71°89°
CMYK 0.010.000.71   0.11
XYZ58.611270.474015.6680
Yxy70.47400.40490.4869
Hunter Lab83.9488-22.285647.6984
CIE-Lab87.2288-19.369073.1759

#dfe242 color RGB value is (223,226,66).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11100010 01000010
Octal 337 342 102
Decimal 223 226 66
Hex DF E2 42

RGB Percentages of Color #dfe242

%43.30
%43.88
%12.82

CMYK Percentages of Color #dfe242

%1
%0
%71
%11

Triadic Colors of #dfe242

#dfe242 #42dfe2 #e242df

Analogous Colors of #dfe242

#dfe242 #8fe242 #e29542

Monochromatic Colors of #dfe242

#dfe242

Complementary Color

#dfe242 #4542e2

#dfe242 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfe242 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfe242 Color CSS Codes

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

#dfe242 Text Font Color

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

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


#dfe242 Background Color

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

This div background color is #dfe242


#dfe242 Border Color

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

This div border color is #dfe242


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfe242


Comments

No comments written yet.

Please login to write comment.