Color Hex Logo

#dfe394 Color Hex

#DFE394
(223,227,148)
0 Favorites   0 Comments

Color spaces of #dfe394

RGB 223227148
HSL0.180.590.74
HSV63°35°89°
CMYK 0.020.000.35   0.11
XYZ63.245872.764338.7285
Yxy72.76430.36190.4164
Hunter Lab85.3020-16.932532.7928
CIE-Lab88.3352-13.203738.1827

#dfe394 color RGB value is (223,227,148).

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

The process color (four color CMYK) of #dfe394 color hex is 0.02, 0.00, 0.35, 0.11. Web safe color of #dfe394 is #cccc99. Color #dfe394 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11100011 10010100
Octal 337 343 224
Decimal 223 227 148
Hex DF E3 94

RGB Percentages of Color #dfe394

%37.29
%37.96
%24.75

CMYK Percentages of Color #dfe394

%2
%0
%35
%11

Triadic Colors of #dfe394

#dfe394 #94dfe3 #e394df

Analogous Colors of #dfe394

#dfe394 #b8e394 #e3c094

Monochromatic Colors of #dfe394

#dfe394

Complementary Color

#dfe394 #9894e3

#dfe394 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfe394 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfe394 Color CSS Codes

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

#dfe394 Text Font Color

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

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


#dfe394 Background Color

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

This div background color is #dfe394


#dfe394 Border Color

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

This div border color is #dfe394


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfe394


Comments

No comments written yet.

Please login to write comment.