Color Hex Logo

#dfe194 Color Hex

#DFE194
(223,225,148)
0 Favorites   0 Comments

Color spaces of #dfe194

RGB 223225148
HSL0.170.560.73
HSV62°34°88°
CMYK 0.010.000.34   0.12
XYZ62.701971.676538.5472
Yxy71.67650.36260.4145
Hunter Lab84.6620-15.958732.2682
CIE-Lab87.8126-12.206337.5032

#dfe194 color RGB value is (223,225,148).

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

The process color (four color CMYK) of #dfe194 color hex is 0.01, 0.00, 0.34, 0.12. Web safe color of #dfe194 is #cccc99. Color #dfe194 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11100001 10010100
Octal 337 341 224
Decimal 223 225 148
Hex DF E1 94

RGB Percentages of Color #dfe194

%37.42
%37.75
%24.83

CMYK Percentages of Color #dfe194

%1
%0
%34
%12

Triadic Colors of #dfe194

#dfe194 #94dfe1 #e194df

Analogous Colors of #dfe194

#dfe194 #b9e194 #e1bd94

Monochromatic Colors of #dfe194

#dfe194

Complementary Color

#dfe194 #9694e1

#dfe194 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfe194 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfe194 Color CSS Codes

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

#dfe194 Text Font Color

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

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


#dfe194 Background Color

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

This div background color is #dfe194


#dfe194 Border Color

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

This div border color is #dfe194


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfe194


Comments

No comments written yet.

Please login to write comment.