Color Hex Logo

#dfeb6f Color Hex

#DFEB6F
(223,235,111)
0 Favorites   0 Comments

Color spaces of #dfeb6f

RGB 223235111
HSL0.180.760.68
HSV66°53°92°
CMYK 0.050.000.53   0.08
XYZ63.009076.252326.4362
Yxy76.25230.38030.4602
Hunter Lab87.3226-24.014943.1762
CIE-Lab89.9764-20.823257.9480

#dfeb6f color RGB value is (223,235,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11101011 01101111
Octal 337 353 157
Decimal 223 235 111
Hex DF EB 6F

RGB Percentages of Color #dfeb6f

%39.19
%41.30
%19.51

CMYK Percentages of Color #dfeb6f

%5
%0
%53
%8

Triadic Colors of #dfeb6f

#dfeb6f #6fdfeb #eb6fdf

Analogous Colors of #dfeb6f

#dfeb6f #a1eb6f #ebb96f

Monochromatic Colors of #dfeb6f

#dfeb6f

Complementary Color

#dfeb6f #7b6feb

#dfeb6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfeb6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfeb6f Color CSS Codes

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

#dfeb6f Text Font Color

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

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


#dfeb6f Background Color

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

This div background color is #dfeb6f


#dfeb6f Border Color

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

This div border color is #dfeb6f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfeb6f


Comments

No comments written yet.

Please login to write comment.