Color Hex Logo

#dfec0d Color Hex

#DFEC0D
(223,236,13)
0 Favorites   0 Comments

Color spaces of #dfec0d

RGB 22323613
HSL0.180.900.49
HSV63°94°93°
CMYK 0.060.000.94   0.07
XYZ60.499575.707911.8052
Yxy75.70790.40870.5115
Hunter Lab87.0103-28.154452.8630
CIE-Lab89.7235-25.600086.9143

#dfec0d color RGB value is (223,236,13).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11101100 00001101
Octal 337 354 15
Decimal 223 236 13
Hex DF EC D

RGB Percentages of Color #dfec0d

%47.25
%50.00
%2.75

CMYK Percentages of Color #dfec0d

%6
%0
%94
%7

Triadic Colors of #dfec0d

#dfec0d #0ddfec #ec0ddf

Analogous Colors of #dfec0d

#dfec0d #70ec0d #ec8a0d

Monochromatic Colors of #dfec0d

#dfec0d

Complementary Color

#dfec0d #1a0dec

#dfec0d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfec0d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfec0d Color CSS Codes

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

#dfec0d Text Font Color

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

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


#dfec0d Background Color

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

This div background color is #dfec0d


#dfec0d Border Color

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

This div border color is #dfec0d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfec0d


Comments

No comments written yet.

Please login to write comment.