Color Hex Logo

#ddf196 Color Hex

#DDF196
(221,241,150)
0 Favorites   0 Comments

Color spaces of #ddf196

RGB 221241150
HSL0.200.760.77
HSV73°38°95°
CMYK 0.080.000.38   0.05
XYZ66.779180.484840.8696
Yxy80.48480.35500.4278
Hunter Lab89.7133-24.129935.7893
CIE-Lab91.9019-20.595741.7676

#ddf196 color RGB value is (221,241,150).

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

The process color (four color CMYK) of #ddf196 color hex is 0.08, 0.00, 0.38, 0.05. Web safe color of #ddf196 is #ccff99. Color #ddf196 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11110001 10010110
Octal 335 361 226
Decimal 221 241 150
Hex DD F1 96

RGB Percentages of Color #ddf196

%36.11
%39.38
%24.51

CMYK Percentages of Color #ddf196

%8
%0
%38
%5

Triadic Colors of #ddf196

#ddf196 #96ddf1 #f196dd

Analogous Colors of #ddf196

#ddf196 #b0f196 #f1d896

Monochromatic Colors of #ddf196

#ddf196

Complementary Color

#ddf196 #aa96f1

#ddf196 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddf196 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddf196 Color CSS Codes

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

#ddf196 Text Font Color

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

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


#ddf196 Background Color

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

This div background color is #ddf196


#ddf196 Border Color

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

This div border color is #ddf196


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddf196


Comments

No comments written yet.

Please login to write comment.