Color Hex Logo

#dde71f Color Hex

#DDE71F
(221,231,31)
0 Favorites   0 Comments

Color spaces of #dde71f

RGB 22123131
HSL0.180.810.51
HSV63°87°91°
CMYK 0.040.000.87   0.09
XYZ58.642072.622912.2232
Yxy72.62290.40870.5061
Hunter Lab85.2191-26.301751.1492
CIE-Lab88.2676-23.771883.2914

#dde71f color RGB value is (221,231,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11100111 00011111
Octal 335 347 37
Decimal 221 231 31
Hex DD E7 1F

RGB Percentages of Color #dde71f

%45.76
%47.83
%6.42

CMYK Percentages of Color #dde71f

%4
%0
%87
%9

Triadic Colors of #dde71f

#dde71f #1fdde7 #e71fdd

Analogous Colors of #dde71f

#dde71f #79e71f #e78d1f

Monochromatic Colors of #dde71f

#dde71f

Complementary Color

#dde71f #291fe7

#dde71f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dde71f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dde71f Color CSS Codes

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

#dde71f Text Font Color

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

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


#dde71f Background Color

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

This div background color is #dde71f


#dde71f Border Color

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

This div border color is #dde71f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dde71f


Comments

No comments written yet.

Please login to write comment.