Color Hex Logo

#dff196 Color Hex

#DFF196
(223,241,150)
0 Favorites   0 Comments

Color spaces of #dff196

RGB 223241150
HSL0.200.760.77
HSV72°38°95°
CMYK 0.070.000.38   0.05
XYZ67.391780.800640.8983
Yxy80.80060.35640.4273
Hunter Lab89.8892-23.481035.9463
CIE-Lab92.0429-19.848141.9768

#dff196 color RGB value is (223,241,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11110001 10010110
Octal 337 361 226
Decimal 223 241 150
Hex DF F1 96

RGB Percentages of Color #dff196

%36.32
%39.25
%24.43

CMYK Percentages of Color #dff196

%7
%0
%38
%5

Triadic Colors of #dff196

#dff196 #96dff1 #f196df

Analogous Colors of #dff196

#dff196 #b2f196 #f1d696

Monochromatic Colors of #dff196

#dff196

Complementary Color

#dff196 #a896f1

#dff196 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dff196 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dff196 Color CSS Codes

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

#dff196 Text Font Color

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

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


#dff196 Background Color

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

This div background color is #dff196


#dff196 Border Color

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

This div border color is #dff196


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,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 #dff196">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dff196


Comments

No comments written yet.

Please login to write comment.