Color Hex Logo

#dfec80 Color Hex

#DFEC80
(223,236,128)
0 Favorites   0 Comments

Color spaces of #dfec80

RGB 223236128
HSL0.190.740.71
HSV67°46°93°
CMYK 0.060.000.46   0.07
XYZ64.323277.237431.9402
Yxy77.23740.37070.4452
Hunter Lab87.8848-23.153639.9715
CIE-Lab90.4308-19.771650.6123

#dfec80 color RGB value is (223,236,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11101100 10000000
Octal 337 354 200
Decimal 223 236 128
Hex DF EC 80

RGB Percentages of Color #dfec80

%37.99
%40.20
%21.81

CMYK Percentages of Color #dfec80

%6
%0
%46
%7

Triadic Colors of #dfec80

#dfec80 #80dfec #ec80df

Analogous Colors of #dfec80

#dfec80 #a9ec80 #ecc380

Monochromatic Colors of #dfec80

#dfec80

Complementary Color

#dfec80 #8d80ec

#dfec80 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfec80 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfec80 Color CSS Codes

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

#dfec80 Text Font Color

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

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


#dfec80 Background Color

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

This div background color is #dfec80


#dfec80 Border Color

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

This div border color is #dfec80


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfec80


Comments

No comments written yet.

Please login to write comment.