color codes Logo

#dfee0d color codes

#DFEE0D
(223,238,13)
0 Favorites   0 Comments

Color spaces of #dfee0d

RGB 22323813
HSL0.180.900.49
HSV64°95°93°
CMYK 0.060.000.95   0.07
XYZ61.078676.866111.9982
Yxy76.86610.40730.5126
Hunter Lab87.6733-29.074353.2574
CIE-Lab90.2599-26.544187.3223

#dfee0d color RGB value is (223,238,13).

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

The process color (four color CMYK) of #dfee0d color code is 0.06, 0.00, 0.95, 0.07. Web safe color of #dfee0d is #ccff00. Color #dfee0d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11101110 00001101
Octal 337 356 15
Decimal 223 238 13
Hex DF EE D

RGB Percentages of Color #dfee0d

%47.05
%50.21
%2.74

CMYK Percentages of Color #dfee0d

%6
%0
%95
%7

Triadic Colors of #dfee0d

#dfee0d #0ddfee #ee0ddf

Analogous Colors of #dfee0d

#dfee0d #6fee0d #ee8d0d

Monochromatic Colors of #dfee0d

#dfee0d

Complementary Color

#dfee0d #1c0dee

#dfee0d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfee0d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfee0d Color CSS Codes

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

#dfee0d Text Font Color

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

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


#dfee0d Background Color

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

This div background color is #dfee0d


#dfee0d Border Color

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

This div border color is #dfee0d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfee0d


Comments

No comments written yet.

Please login to write comment.