Color Hex Logo

#dde77f Color Hex

#DDE77F
(221,231,127)
0 Favorites   0 Comments

Color spaces of #dde77f

RGB 221231127
HSL0.180.680.70
HSV66°45°91°
CMYK 0.040.000.45   0.09
XYZ62.225574.056331.0933
Yxy74.05630.37180.4425
Hunter Lab86.0560-21.527938.8168
CIE-Lab88.9491-18.209949.2427

#dde77f color RGB value is (221,231,127).

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

The process color (four color CMYK) of #dde77f color hex is 0.04, 0.00, 0.45, 0.09. Web safe color of #dde77f is #ccff66. Color #dde77f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11100111 01111111
Octal 335 347 177
Decimal 221 231 127
Hex DD E7 7F

RGB Percentages of Color #dde77f

%38.17
%39.90
%21.93

CMYK Percentages of Color #dde77f

%4
%0
%45
%9

Triadic Colors of #dde77f

#dde77f #7fdde7 #e77fdd

Analogous Colors of #dde77f

#dde77f #a9e77f #e7bd7f

Monochromatic Colors of #dde77f

#dde77f

Complementary Color

#dde77f #897fe7

#dde77f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dde77f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dde77f Color CSS Codes

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

#dde77f Text Font Color

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

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


#dde77f Background Color

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

This div background color is #dde77f


#dde77f Border Color

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

This div border color is #dde77f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,231,127, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dde77f


Comments

No comments written yet.

Please login to write comment.