Color Hex Logo

#ddf294 Color Hex

#DDF294
(221,242,148)
0 Favorites   0 Comments

Color spaces of #ddf294

RGB 221242148
HSL0.200.780.76
HSV73°39°95°
CMYK 0.090.000.39   0.05
XYZ66.916281.014540.1275
Yxy81.01450.35580.4308
Hunter Lab90.0081-24.808836.5729
CIE-Lab92.1381-21.309843.0534

#ddf294 color RGB value is (221,242,148).

#ddf294 hex color red value is 221, green value is 242 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #ddf294 hue: 0.20 , saturation: 0.78 and the lightness value of ddf294 is 0.76.

The process color (four color CMYK) of #ddf294 color hex is 0.09, 0.00, 0.39, 0.05. Web safe color of #ddf294 is #ccff99. Color #ddf294 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11110010 10010100
Octal 335 362 224
Decimal 221 242 148
Hex DD F2 94

RGB Percentages of Color #ddf294

%36.17
%39.61
%24.22

CMYK Percentages of Color #ddf294

%9
%0
%39
%5

Triadic Colors of #ddf294

#ddf294 #94ddf2 #f294dd

Analogous Colors of #ddf294

#ddf294 #aef294 #f2d894

Monochromatic Colors of #ddf294

#ddf294

Complementary Color

#ddf294 #a994f2

#ddf294 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddf294 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddf294 Color CSS Codes

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

#ddf294 Text Font Color

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

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


#ddf294 Background Color

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

This div background color is #ddf294


#ddf294 Border Color

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

This div border color is #ddf294


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddf294


Comments

No comments written yet.

Please login to write comment.