Color Hex Logo

#dfe295 Color Hex

#DFE295
(223,226,149)
0 Favorites   0 Comments

Color spaces of #dfe295

RGB 223226149
HSL0.170.570.74
HSV62°34°89°
CMYK 0.010.000.34   0.11
XYZ63.052672.250639.0563
Yxy72.25060.36160.4144
Hunter Lab85.0004-16.340732.2574
CIE-Lab88.0891-12.587837.3597

#dfe295 color RGB value is (223,226,149).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11100010 10010101
Octal 337 342 225
Decimal 223 226 149
Hex DF E2 95

RGB Percentages of Color #dfe295

%37.29
%37.79
%24.92

CMYK Percentages of Color #dfe295

%1
%0
%34
%11

Triadic Colors of #dfe295

#dfe295 #95dfe2 #e295df

Analogous Colors of #dfe295

#dfe295 #b9e295 #e2bf95

Monochromatic Colors of #dfe295

#dfe295

Complementary Color

#dfe295 #9895e2

#dfe295 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfe295 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfe295 Color CSS Codes

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

#dfe295 Text Font Color

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

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


#dfe295 Background Color

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

This div background color is #dfe295


#dfe295 Border Color

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

This div border color is #dfe295


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfe295


Comments

No comments written yet.

Please login to write comment.