Color Hex Logo

#dfef1d Color Hex

#DFEF1D
(223,239,29)
0 Favorites   0 Comments

Color spaces of #dfef1d

RGB 22323929
HSL0.180.870.53
HSV65°88°94°
CMYK 0.070.000.88   0.06
XYZ61.519777.509712.8808
Yxy77.50970.40500.5102
Hunter Lab88.0396-29.338352.9532
CIE-Lab90.5557-26.782785.5364

#dfef1d color RGB value is (223,239,29).

#dfef1d hex color red value is 223, green value is 239 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #dfef1d hue: 0.18 , saturation: 0.87 and the lightness value of dfef1d is 0.53.

The process color (four color CMYK) of #dfef1d color hex is 0.07, 0.00, 0.88, 0.06. Web safe color of #dfef1d is #ccff33. Color #dfef1d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11101111 00011101
Octal 337 357 35
Decimal 223 239 29
Hex DF EF 1D

RGB Percentages of Color #dfef1d

%45.42
%48.68
%5.91

CMYK Percentages of Color #dfef1d

%7
%0
%88
%6

Triadic Colors of #dfef1d

#dfef1d #1ddfef #ef1ddf

Analogous Colors of #dfef1d

#dfef1d #76ef1d #ef961d

Monochromatic Colors of #dfef1d

#dfef1d

Complementary Color

#dfef1d #2d1def

#dfef1d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfef1d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfef1d Color CSS Codes

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

#dfef1d Text Font Color

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

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


#dfef1d Background Color

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

This div background color is #dfef1d


#dfef1d Border Color

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

This div border color is #dfef1d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfef1d


Comments

No comments written yet.

Please login to write comment.