Color Hex Logo

#dfee1f Color Hex

#DFEE1F
(223,238,31)
0 Favorites   0 Comments

Color spaces of #dfee1f

RGB 22323831
HSL0.180.860.53
HSV64°87°93°
CMYK 0.060.000.87   0.07
XYZ61.253376.936012.9181
Yxy76.93600.40540.5091
Hunter Lab87.7132-28.845052.6672
CIE-Lab90.2921-26.271984.9874

#dfee1f color RGB value is (223,238,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11101110 00011111
Octal 337 356 37
Decimal 223 238 31
Hex DF EE 1F

RGB Percentages of Color #dfee1f

%45.33
%48.37
%6.30

CMYK Percentages of Color #dfee1f

%6
%0
%87
%7

Triadic Colors of #dfee1f

#dfee1f #1fdfee #ee1fdf

Analogous Colors of #dfee1f

#dfee1f #78ee1f #ee961f

Monochromatic Colors of #dfee1f

#dfee1f

Complementary Color

#dfee1f #2e1fee

#dfee1f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfee1f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfee1f Color CSS Codes

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

#dfee1f Text Font Color

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

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


#dfee1f Background Color

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

This div background color is #dfee1f


#dfee1f Border Color

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

This div border color is #dfee1f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfee1f


Comments

No comments written yet.

Please login to write comment.