Color Hex Logo

#dfef00 Color Hex

#DFEF00
(223,239,0)
0 Favorites   0 Comments

Color spaces of #dfef00

RGB 2232390
HSL0.181.000.47
HSV64°100°94°
CMYK 0.070.001.00   0.06
XYZ61.297977.421011.7130
Yxy77.42100.40750.5147
Hunter Lab87.9892-29.628653.6998
CIE-Lab90.5150-27.127888.5279

#dfef00 color RGB value is (223,239,0).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11101111 00000000
Octal 337 357 0
Decimal 223 239 0
Hex DF EF 0

RGB Percentages of Color #dfef00

%48.27
%51.73
%0.00

CMYK Percentages of Color #dfef00

%7
%0
%100
%6

Triadic Colors of #dfef00

#dfef00 #00dfef #ef00df

Analogous Colors of #dfef00

#dfef00 #68ef00 #ef8800

Monochromatic Colors of #dfef00

#dfef00

Complementary Color

#dfef00 #1000ef

#dfef00 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfef00 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfef00 Color CSS Codes

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

#dfef00 Text Font Color

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

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


#dfef00 Background Color

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

This div background color is #dfef00


#dfef00 Border Color

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

This div border color is #dfef00


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfef00


Comments

No comments written yet.

Please login to write comment.