Color Hex Logo

#dfeb6e Color Hex

#DFEB6E
(223,235,110)
0 Favorites   0 Comments

Color spaces of #dfeb6e

RGB 223235110
HSL0.180.760.68
HSV66°53°92°
CMYK 0.050.000.53   0.08
XYZ62.954276.230426.1478
Yxy76.23040.38080.4611
Hunter Lab87.3100-24.086543.3607
CIE-Lab89.9662-20.905958.3859

#dfeb6e color RGB value is (223,235,110).

#dfeb6e hex color red value is 223, green value is 235 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #dfeb6e hue: 0.18 , saturation: 0.76 and the lightness value of dfeb6e is 0.68.

The process color (four color CMYK) of #dfeb6e color hex is 0.05, 0.00, 0.53, 0.08. Web safe color of #dfeb6e is #ccff66. Color #dfeb6e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11101011 01101110
Octal 337 353 156
Decimal 223 235 110
Hex DF EB 6E

RGB Percentages of Color #dfeb6e

%39.26
%41.37
%19.37

CMYK Percentages of Color #dfeb6e

%5
%0
%53
%8

Triadic Colors of #dfeb6e

#dfeb6e #6edfeb #eb6edf

Analogous Colors of #dfeb6e

#dfeb6e #a1eb6e #ebb96e

Monochromatic Colors of #dfeb6e

#dfeb6e

Complementary Color

#dfeb6e #7a6eeb

#dfeb6e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfeb6e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfeb6e Color CSS Codes

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

#dfeb6e Text Font Color

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

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


#dfeb6e Background Color

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

This div background color is #dfeb6e


#dfeb6e Border Color

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

This div border color is #dfeb6e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfeb6e


Comments

No comments written yet.

Please login to write comment.