Color Hex Logo

#dfec86 Color Hex

#DFEC86
(223,236,134)
0 Favorites   0 Comments

Color spaces of #dfec86

RGB 223236134
HSL0.190.730.73
HSV68°43°93°
CMYK 0.060.000.43   0.07
XYZ64.730077.400134.0823
Yxy77.40010.36730.4392
Hunter Lab87.9773-22.627638.6153
CIE-Lab90.5054-19.170047.8343

#dfec86 color RGB value is (223,236,134).

#dfec86 hex color red value is 223, green value is 236 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #dfec86 hue: 0.19 , saturation: 0.73 and the lightness value of dfec86 is 0.73.

The process color (four color CMYK) of #dfec86 color hex is 0.06, 0.00, 0.43, 0.07. Web safe color of #dfec86 is #ccff99. Color #dfec86 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11101100 10000110
Octal 337 354 206
Decimal 223 236 134
Hex DF EC 86

RGB Percentages of Color #dfec86

%37.61
%39.80
%22.60

CMYK Percentages of Color #dfec86

%6
%0
%43
%7

Triadic Colors of #dfec86

#dfec86 #86dfec #ec86df

Analogous Colors of #dfec86

#dfec86 #acec86 #ecc686

Monochromatic Colors of #dfec86

#dfec86

Complementary Color

#dfec86 #9386ec

#dfec86 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfec86 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfec86 Color CSS Codes

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

#dfec86 Text Font Color

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

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


#dfec86 Background Color

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

This div background color is #dfec86


#dfec86 Border Color

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

This div border color is #dfec86


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfec86


Comments

No comments written yet.

Please login to write comment.