Color Hex Logo

#ddf42b Color Hex

#DDF42B
(221,244,43)
0 Favorites   0 Comments

Color spaces of #ddf42b

RGB 22124443
HSL0.190.900.56
HSV67°82°96°
CMYK 0.090.000.82   0.04
XYZ62.605580.247914.4752
Yxy80.24790.39790.5101
Hunter Lab89.5812-32.019053.1263
CIE-Lab91.7960-29.599083.7804

#ddf42b color RGB value is (221,244,43).

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

The process color (four color CMYK) of #ddf42b color hex is 0.09, 0.00, 0.82, 0.04. Web safe color of #ddf42b is #ccff33. Color #ddf42b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11110100 00101011
Octal 335 364 53
Decimal 221 244 43
Hex DD F4 2B

RGB Percentages of Color #ddf42b

%43.50
%48.03
%8.46

CMYK Percentages of Color #ddf42b

%9
%0
%82
%4

Triadic Colors of #ddf42b

#ddf42b #2bddf4 #f42bdd

Analogous Colors of #ddf42b

#ddf42b #79f42b #f4a72b

Monochromatic Colors of #ddf42b

#ddf42b

Complementary Color

#ddf42b #422bf4

#ddf42b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddf42b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddf42b Color CSS Codes

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

#ddf42b Text Font Color

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

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


#ddf42b Background Color

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

This div background color is #ddf42b


#ddf42b Border Color

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

This div border color is #ddf42b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddf42b


Comments

No comments written yet.

Please login to write comment.