Color Hex Logo

#dfe595 Color Hex

#DFE595
(223,229,149)
0 Favorites   0 Comments

Color spaces of #dfe595

RGB 223229149
HSL0.180.610.74
HSV64°35°90°
CMYK 0.030.000.35   0.10
XYZ63.875673.896539.3306
Yxy73.89650.36070.4173
Hunter Lab85.9631-17.799433.0473
CIE-Lab88.8735-14.080038.3803

#dfe595 color RGB value is (223,229,149).

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

The process color (four color CMYK) of #dfe595 color hex is 0.03, 0.00, 0.35, 0.10. Web safe color of #dfe595 is #cccc99. Color #dfe595 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11100101 10010101
Octal 337 345 225
Decimal 223 229 149
Hex DF E5 95

RGB Percentages of Color #dfe595

%37.10
%38.10
%24.79

CMYK Percentages of Color #dfe595

%3
%0
%35
%10

Triadic Colors of #dfe595

#dfe595 #95dfe5 #e595df

Analogous Colors of #dfe595

#dfe595 #b7e595 #e5c395

Monochromatic Colors of #dfe595

#dfe595

Complementary Color

#dfe595 #9b95e5

#dfe595 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfe595 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfe595 Color CSS Codes

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

#dfe595 Text Font Color

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

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


#dfe595 Background Color

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

This div background color is #dfe595


#dfe595 Border Color

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

This div border color is #dfe595


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfe595


Comments

No comments written yet.

Please login to write comment.