Color Hex Logo

#dfeb80 Color Hex

#DFEB80
(223,235,128)
0 Favorites   0 Comments

Color spaces of #dfeb80

RGB 223235128
HSL0.190.730.71
HSV67°46°92°
CMYK 0.050.000.46   0.08
XYZ64.036076.663131.8445
Yxy76.66310.37110.4443
Hunter Lab87.5575-22.677939.7266
CIE-Lab90.1663-19.286150.2892

#dfeb80 color RGB value is (223,235,128).

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

The process color (four color CMYK) of #dfeb80 color hex is 0.05, 0.00, 0.46, 0.08. Web safe color of #dfeb80 is #ccff99. Color #dfeb80 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11101011 10000000
Octal 337 353 200
Decimal 223 235 128
Hex DF EB 80

RGB Percentages of Color #dfeb80

%38.05
%40.10
%21.84

CMYK Percentages of Color #dfeb80

%5
%0
%46
%8

Triadic Colors of #dfeb80

#dfeb80 #80dfeb #eb80df

Analogous Colors of #dfeb80

#dfeb80 #aaeb80 #ebc280

Monochromatic Colors of #dfeb80

#dfeb80

Complementary Color

#dfeb80 #8c80eb

#dfeb80 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfeb80 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfeb80 Color CSS Codes

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

#dfeb80 Text Font Color

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

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


#dfeb80 Background Color

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

This div background color is #dfeb80


#dfeb80 Border Color

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

This div border color is #dfeb80


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfeb80


Comments

No comments written yet.

Please login to write comment.