color codes Logo

#ddf43a color codes

#DDF43A
(221,244,58)
0 Favorites   0 Comments

Color spaces of #ddf43a

RGB 22124458
HSL0.190.890.59
HSV67°76°96°
CMYK 0.090.000.76   0.04
XYZ62.933280.379016.2008
Yxy80.37900.39450.5039
Hunter Lab89.6543-31.596352.0442
CIE-Lab91.8546-29.094179.9767

#ddf43a color RGB value is (221,244,58).

#ddf43a hex color red value is 221, green value is 244 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #ddf43a hue: 0.19 , saturation: 0.89 and the lightness value of ddf43a is 0.59.

The process color (four color CMYK) of #ddf43a color code is 0.09, 0.00, 0.76, 0.04. Web safe color of #ddf43a is #ccff33. Color #ddf43a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11110100 00111010
Octal 335 364 72
Decimal 221 244 58
Hex DD F4 3A

RGB Percentages of Color #ddf43a

%42.26
%46.65
%11.09

CMYK Percentages of Color #ddf43a

%9
%0
%76
%4

Triadic Colors of #ddf43a

#ddf43a #3addf4 #f43add

Analogous Colors of #ddf43a

#ddf43a #80f43a #f4ae3a

Monochromatic Colors of #ddf43a

#ddf43a

Complementary Color

#ddf43a #513af4

#ddf43a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddf43a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddf43a Color CSS Codes

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

#ddf43a Text Font Color

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

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


#ddf43a Background Color

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

This div background color is #ddf43a


#ddf43a Border Color

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

This div border color is #ddf43a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddf43a

Related Colors


Comments

No comments written yet.

Please login to write comment.