Color Hex Logo

#dfe71f Color Hex

#DFE71F
(223,231,31)
0 Favorites   0 Comments

Color spaces of #dfe71f

RGB 22323131
HSL0.170.810.51
HSV62°87°91°
CMYK 0.030.000.87   0.09
XYZ59.254772.938712.2519
Yxy72.93870.41020.5050
Hunter Lab85.4042-25.611351.2773
CIE-Lab88.4185-22.945083.4762

#dfe71f color RGB value is (223,231,31).

#dfe71f hex color red value is 223, green value is 231 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #dfe71f hue: 0.17 , saturation: 0.81 and the lightness value of dfe71f is 0.51.

The process color (four color CMYK) of #dfe71f color hex is 0.03, 0.00, 0.87, 0.09. Web safe color of #dfe71f is #ccff33. Color #dfe71f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11100111 00011111
Octal 337 347 37
Decimal 223 231 31
Hex DF E7 1F

RGB Percentages of Color #dfe71f

%45.98
%47.63
%6.39

CMYK Percentages of Color #dfe71f

%3
%0
%87
%9

Triadic Colors of #dfe71f

#dfe71f #1fdfe7 #e71fdf

Analogous Colors of #dfe71f

#dfe71f #7be71f #e78b1f

Monochromatic Colors of #dfe71f

#dfe71f

Complementary Color

#dfe71f #271fe7

#dfe71f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfe71f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfe71f Color CSS Codes

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

#dfe71f Text Font Color

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

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


#dfe71f Background Color

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

This div background color is #dfe71f


#dfe71f Border Color

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

This div border color is #dfe71f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfe71f


Comments

No comments written yet.

Please login to write comment.