Color Hex Logo

#dfec64 Color Hex

#DFEC64
(223,236,100)
0 Favorites   0 Comments

Color spaces of #dfec64

RGB 223236100
HSL0.180.780.66
HSV66°58°93°
CMYK 0.060.000.58   0.07
XYZ62.727176.599023.5356
Yxy76.59900.38520.4703
Hunter Lab87.5209-25.228745.3207
CIE-Lab90.1367-22.165662.9657

#dfec64 color RGB value is (223,236,100).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11101100 01100100
Octal 337 354 144
Decimal 223 236 100
Hex DF EC 64

RGB Percentages of Color #dfec64

%39.89
%42.22
%17.89

CMYK Percentages of Color #dfec64

%6
%0
%58
%7

Triadic Colors of #dfec64

#dfec64 #64dfec #ec64df

Analogous Colors of #dfec64

#dfec64 #9bec64 #ecb564

Monochromatic Colors of #dfec64

#dfec64

Complementary Color

#dfec64 #7164ec

#dfec64 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfec64 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfec64 Color CSS Codes

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

#dfec64 Text Font Color

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

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


#dfec64 Background Color

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

This div background color is #dfec64


#dfec64 Border Color

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

This div border color is #dfec64


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfec64


Comments

No comments written yet.

Please login to write comment.