Color Hex Logo

#dfef1e Color Hex

#DFEF1E
(223,239,30)
0 Favorites   0 Comments

Color spaces of #dfef1e

RGB 22323930
HSL0.180.870.53
HSV65°87°94°
CMYK 0.070.000.87   0.06
XYZ61.532377.514712.9470
Yxy77.51470.40480.5100
Hunter Lab88.0424-29.321752.9109
CIE-Lab90.5580-26.763085.3725

#dfef1e color RGB value is (223,239,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11101111 00011110
Octal 337 357 36
Decimal 223 239 30
Hex DF EF 1E

RGB Percentages of Color #dfef1e

%45.33
%48.58
%6.10

CMYK Percentages of Color #dfef1e

%7
%0
%87
%6

Triadic Colors of #dfef1e

#dfef1e #1edfef #ef1edf

Analogous Colors of #dfef1e

#dfef1e #77ef1e #ef971e

Monochromatic Colors of #dfef1e

#dfef1e

Complementary Color

#dfef1e #2e1eef

#dfef1e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfef1e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfef1e Color CSS Codes

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

#dfef1e Text Font Color

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

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


#dfef1e Background Color

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

This div background color is #dfef1e


#dfef1e Border Color

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

This div border color is #dfef1e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfef1e


Comments

No comments written yet.

Please login to write comment.