Color Hex Logo

#ddee40 Color Hex

#DDEE40
(221,238,64)
0 Favorites   0 Comments

Color spaces of #ddee40

RGB 22123864
HSL0.180.840.59
HSV66°73°93°
CMYK 0.070.000.73   0.07
XYZ61.318776.891416.4602
Yxy76.89140.39640.4971
Hunter Lab87.6877-28.631250.2519
CIE-Lab90.2716-26.029776.6847

#ddee40 color RGB value is (221,238,64).

#ddee40 hex color red value is 221, green value is 238 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #ddee40 hue: 0.18 , saturation: 0.84 and the lightness value of ddee40 is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11101110 01000000
Octal 335 356 100
Decimal 221 238 64
Hex DD EE 40

RGB Percentages of Color #ddee40

%42.26
%45.51
%12.24

CMYK Percentages of Color #ddee40

%7
%0
%73
%7

Triadic Colors of #ddee40

#ddee40 #40ddee #ee40dd

Analogous Colors of #ddee40

#ddee40 #86ee40 #eea840

Monochromatic Colors of #ddee40

#ddee40

Complementary Color

#ddee40 #5140ee

#ddee40 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddee40 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddee40 Color CSS Codes

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

#ddee40 Text Font Color

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

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


#ddee40 Background Color

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

This div background color is #ddee40


#ddee40 Border Color

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

This div border color is #ddee40


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddee40


Comments

No comments written yet.

Please login to write comment.