Color Hex Logo

#dfec16 Color Hex

#DFEC16
(223,236,22)
0 Favorites   0 Comments

Color spaces of #dfec16

RGB 22323622
HSL0.180.850.51
HSV64°91°93°
CMYK 0.060.000.91   0.07
XYZ60.571775.736812.1853
Yxy75.73680.40790.5100
Hunter Lab87.0269-28.059052.6172
CIE-Lab89.7370-25.486985.9248

#dfec16 color RGB value is (223,236,22).

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

The process color (four color CMYK) of #dfec16 color hex is 0.06, 0.00, 0.91, 0.07. Web safe color of #dfec16 is #ccff00. Color #dfec16 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11101100 00010110
Octal 337 354 26
Decimal 223 236 22
Hex DF EC 16

RGB Percentages of Color #dfec16

%46.36
%49.06
%4.57

CMYK Percentages of Color #dfec16

%6
%0
%91
%7

Triadic Colors of #dfec16

#dfec16 #16dfec #ec16df

Analogous Colors of #dfec16

#dfec16 #74ec16 #ec8e16

Monochromatic Colors of #dfec16

#dfec16

Complementary Color

#dfec16 #2316ec

#dfec16 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfec16 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfec16 Color CSS Codes

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

#dfec16 Text Font Color

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

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


#dfec16 Background Color

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

This div background color is #dfec16


#dfec16 Border Color

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

This div border color is #dfec16


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfec16


Comments

No comments written yet.

Please login to write comment.