Color Hex Logo

#dde050 Color Hex

#DDE050
(221,224,80)
0 Favorites   0 Comments

Color spaces of #dde050

RGB 22122480
HSL0.170.700.60
HSV61°64°88°
CMYK 0.010.000.64   0.12
XYZ57.922469.262617.9056
Yxy69.26260.39920.4774
Hunter Lab83.2242-21.409745.5007
CIE-Lab86.6339-18.478567.3814

#dde050 color RGB value is (221,224,80).

#dde050 hex color red value is 221, green value is 224 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #dde050 hue: 0.17 , saturation: 0.70 and the lightness value of dde050 is 0.60.

The process color (four color CMYK) of #dde050 color hex is 0.01, 0.00, 0.64, 0.12. Web safe color of #dde050 is #cccc66. Color #dde050 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11100000 01010000
Octal 335 340 120
Decimal 221 224 80
Hex DD E0 50

RGB Percentages of Color #dde050

%42.10
%42.67
%15.24

CMYK Percentages of Color #dde050

%1
%0
%64
%12

Triadic Colors of #dde050

#dde050 #50dde0 #e050dd

Analogous Colors of #dde050

#dde050 #95e050 #e09b50

Monochromatic Colors of #dde050

#dde050

Complementary Color

#dde050 #5350e0

#dde050 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dde050 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dde050 Color CSS Codes

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

#dde050 Text Font Color

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

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


#dde050 Background Color

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

This div background color is #dde050


#dde050 Border Color

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

This div border color is #dde050


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dde050


Comments

No comments written yet.

Please login to write comment.