Color Hex Logo

#dfec60 Color Hex

#DFEC60
(223,236,96)
0 Favorites   0 Comments

Color spaces of #dfec60

RGB 22323696
HSL0.180.790.65
HSV66°59°93°
CMYK 0.060.000.59   0.07
XYZ62.538276.523422.5407
Yxy76.52340.38700.4735
Hunter Lab87.4777-25.475445.9569
CIE-Lab90.1018-22.452464.6211

#dfec60 color RGB value is (223,236,96).

#dfec60 hex color red value is 223, green value is 236 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #dfec60 hue: 0.18 , saturation: 0.79 and the lightness value of dfec60 is 0.65.

The process color (four color CMYK) of #dfec60 color hex is 0.06, 0.00, 0.59, 0.07. Web safe color of #dfec60 is #ccff66. Color #dfec60 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11101100 01100000
Octal 337 354 140
Decimal 223 236 96
Hex DF EC 60

RGB Percentages of Color #dfec60

%40.18
%42.52
%17.30

CMYK Percentages of Color #dfec60

%6
%0
%59
%7

Triadic Colors of #dfec60

#dfec60 #60dfec #ec60df

Analogous Colors of #dfec60

#dfec60 #99ec60 #ecb360

Monochromatic Colors of #dfec60

#dfec60

Complementary Color

#dfec60 #6d60ec

#dfec60 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfec60 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfec60 Color CSS Codes

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

#dfec60 Text Font Color

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

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


#dfec60 Background Color

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

This div background color is #dfec60


#dfec60 Border Color

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

This div border color is #dfec60


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfec60


Comments

No comments written yet.

Please login to write comment.