Color Hex Logo

#dfe695 Color Hex

#DFE695
(223,230,149)
0 Favorites   0 Comments

Color spaces of #dfe695

RGB 223230149
HSL0.180.620.74
HSV65°35°90°
CMYK 0.030.000.35   0.10
XYZ64.153174.451539.4231
Yxy74.45150.36040.4182
Hunter Lab86.2853-18.284533.3105
CIE-Lab89.1354-14.575638.7203

#dfe695 color RGB value is (223,230,149).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11100110 10010101
Octal 337 346 225
Decimal 223 230 149
Hex DF E6 95

RGB Percentages of Color #dfe695

%37.04
%38.21
%24.75

CMYK Percentages of Color #dfe695

%3
%0
%35
%10

Triadic Colors of #dfe695

#dfe695 #95dfe6 #e695df

Analogous Colors of #dfe695

#dfe695 #b7e695 #e6c595

Monochromatic Colors of #dfe695

#dfe695

Complementary Color

#dfe695 #9c95e6

#dfe695 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfe695 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfe695 Color CSS Codes

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

#dfe695 Text Font Color

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

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


#dfe695 Background Color

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

This div background color is #dfe695


#dfe695 Border Color

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

This div border color is #dfe695


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfe695


Comments

No comments written yet.

Please login to write comment.