Color Hex Logo

#dfef86 Color Hex

#DFEF86
(223,239,134)
0 Favorites   0 Comments

Color spaces of #dfef86

RGB 223239134
HSL0.190.770.73
HSV69°44°94°
CMYK 0.070.000.44   0.06
XYZ65.601079.142234.3727
Yxy79.14220.36620.4418
Hunter Lab88.9619-24.056439.3651
CIE-Lab91.2986-20.624448.8172

#dfef86 color RGB value is (223,239,134).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11101111 10000110
Octal 337 357 206
Decimal 223 239 134
Hex DF EF 86

RGB Percentages of Color #dfef86

%37.42
%40.10
%22.48

CMYK Percentages of Color #dfef86

%7
%0
%44
%6

Triadic Colors of #dfef86

#dfef86 #86dfef #ef86df

Analogous Colors of #dfef86

#dfef86 #abef86 #efcb86

Monochromatic Colors of #dfef86

#dfef86

Complementary Color

#dfef86 #9686ef

#dfef86 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfef86 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfef86 Color CSS Codes

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

#dfef86 Text Font Color

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

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


#dfef86 Background Color

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

This div background color is #dfef86


#dfef86 Border Color

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

This div border color is #dfef86


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfef86


Comments

No comments written yet.

Please login to write comment.