Color Hex Logo

#ddef4a Color Hex

#DDEF4A
(221,239,74)
0 Favorites   0 Comments

Color spaces of #ddef4a

RGB 22123974
HSL0.180.840.61
HSV67°69°94°
CMYK 0.080.000.69   0.06
XYZ61.921377.599618.1932
Yxy77.59960.39260.4920
Hunter Lab88.0906-28.686149.4184
CIE-Lab90.5969-26.021173.6305

#ddef4a color RGB value is (221,239,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11101111 01001010
Octal 335 357 112
Decimal 221 239 74
Hex DD EF 4A

RGB Percentages of Color #ddef4a

%41.39
%44.76
%13.86

CMYK Percentages of Color #ddef4a

%8
%0
%69
%6

Triadic Colors of #ddef4a

#ddef4a #4addef #ef4add

Analogous Colors of #ddef4a

#ddef4a #8bef4a #efaf4a

Monochromatic Colors of #ddef4a

#ddef4a

Complementary Color

#ddef4a #5c4aef

#ddef4a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddef4a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddef4a Color CSS Codes

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

#ddef4a Text Font Color

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

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


#ddef4a Background Color

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

This div background color is #ddef4a


#ddef4a Border Color

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

This div border color is #ddef4a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddef4a


Comments

No comments written yet.

Please login to write comment.