Color Hex Logo

#ddf224 Color Hex

#DDF224
(221,242,36)
0 Favorites   0 Comments

Color spaces of #ddf224

RGB 22124236
HSL0.180.890.55
HSV66°85°95°
CMYK 0.090.000.85   0.05
XYZ61.889479.003813.6564
Yxy79.00380.40050.5112
Hunter Lab88.8841-31.258853.1094
CIE-Lab91.2360-28.850484.7771

#ddf224 color RGB value is (221,242,36).

#ddf224 hex color red value is 221, green value is 242 and the blue value of its RGB is 36. Cylindrical-coordinate representations (also known as HSL) of color #ddf224 hue: 0.18 , saturation: 0.89 and the lightness value of ddf224 is 0.55.

The process color (four color CMYK) of #ddf224 color hex is 0.09, 0.00, 0.85, 0.05. Web safe color of #ddf224 is #ccff33. Color #ddf224 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11110010 00100100
Octal 335 362 44
Decimal 221 242 36
Hex DD F2 24

RGB Percentages of Color #ddf224

%44.29
%48.50
%7.21

CMYK Percentages of Color #ddf224

%9
%0
%85
%5

Triadic Colors of #ddf224

#ddf224 #24ddf2 #f224dd

Analogous Colors of #ddf224

#ddf224 #76f224 #f2a024

Monochromatic Colors of #ddf224

#ddf224

Complementary Color

#ddf224 #3924f2

#ddf224 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddf224 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddf224 Color CSS Codes

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

#ddf224 Text Font Color

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

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


#ddf224 Background Color

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

This div background color is #ddf224


#ddf224 Border Color

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

This div border color is #ddf224


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddf224


Comments

No comments written yet.

Please login to write comment.