Color Hex Logo

#ddf122 Color Hex

#DDF122
(221,241,34)
0 Favorites   0 Comments

Color spaces of #ddf122

RGB 22124134
HSL0.180.880.54
HSV66°86°95°
CMYK 0.080.000.86   0.05
XYZ61.562878.398213.4010
Yxy78.39820.40140.5112
Hunter Lab88.5428-30.840853.0064
CIE-Lab90.9613-28.430084.9315

#ddf122 color RGB value is (221,241,34).

#ddf122 hex color red value is 221, green value is 241 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #ddf122 hue: 0.18 , saturation: 0.88 and the lightness value of ddf122 is 0.54.

The process color (four color CMYK) of #ddf122 color hex is 0.08, 0.00, 0.86, 0.05. Web safe color of #ddf122 is #ccff33. Color #ddf122 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11110001 00100010
Octal 335 361 42
Decimal 221 241 34
Hex DD F1 22

RGB Percentages of Color #ddf122

%44.56
%48.59
%6.85

CMYK Percentages of Color #ddf122

%8
%0
%86
%5

Triadic Colors of #ddf122

#ddf122 #22ddf1 #f122dd

Analogous Colors of #ddf122

#ddf122 #76f122 #f19e22

Monochromatic Colors of #ddf122

#ddf122

Complementary Color

#ddf122 #3622f1

#ddf122 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddf122 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddf122 Color CSS Codes

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

#ddf122 Text Font Color

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

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


#ddf122 Background Color

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

This div background color is #ddf122


#ddf122 Border Color

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

This div border color is #ddf122


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddf122


Comments

No comments written yet.

Please login to write comment.