Color Hex Logo

#ddef20 Color Hex

#DDEF20
(221,239,32)
0 Favorites   0 Comments

Color spaces of #ddef20

RGB 22123932
HSL0.180.870.53
HSV65°87°94°
CMYK 0.080.000.87   0.06
XYZ60.946077.209413.0572
Yxy77.20940.40300.5106
Hunter Lab87.8689-29.962652.6978
CIE-Lab90.4179-27.537484.8527

#ddef20 color RGB value is (221,239,32).

#ddef20 hex color red value is 221, green value is 239 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #ddef20 hue: 0.18 , saturation: 0.87 and the lightness value of ddef20 is 0.53.

The process color (four color CMYK) of #ddef20 color hex is 0.08, 0.00, 0.87, 0.06. Web safe color of #ddef20 is #ccff33. Color #ddef20 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11101111 00100000
Octal 335 357 40
Decimal 221 239 32
Hex DD EF 20

RGB Percentages of Color #ddef20

%44.92
%48.58
%6.50

CMYK Percentages of Color #ddef20

%8
%0
%87
%6

Triadic Colors of #ddef20

#ddef20 #20ddef #ef20dd

Analogous Colors of #ddef20

#ddef20 #76ef20 #ef9a20

Monochromatic Colors of #ddef20

#ddef20

Complementary Color

#ddef20 #3220ef

#ddef20 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddef20 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddef20 Color CSS Codes

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

#ddef20 Text Font Color

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

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


#ddef20 Background Color

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

This div background color is #ddef20


#ddef20 Border Color

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

This div border color is #ddef20


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddef20


Comments

No comments written yet.

Please login to write comment.