Color Hex Logo

#dff296 Color Hex

#DFF296
(223,242,150)
0 Favorites   0 Comments

Color spaces of #dff296

RGB 223242150
HSL0.200.780.77
HSV72°38°95°
CMYK 0.080.000.38   0.05
XYZ67.688681.394240.9973
Yxy81.39420.35610.4282
Hunter Lab90.2187-23.959236.2105
CIE-Lab92.3068-20.332042.3156

#dff296 color RGB value is (223,242,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11110010 10010110
Octal 337 362 226
Decimal 223 242 150
Hex DF F2 96

RGB Percentages of Color #dff296

%36.26
%39.35
%24.39

CMYK Percentages of Color #dff296

%8
%0
%38
%5

Triadic Colors of #dff296

#dff296 #96dff2 #f296df

Analogous Colors of #dff296

#dff296 #b1f296 #f2d796

Monochromatic Colors of #dff296

#dff296

Complementary Color

#dff296 #a996f2

#dff296 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dff296 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dff296 Color CSS Codes

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

#dff296 Text Font Color

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

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


#dff296 Background Color

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

This div background color is #dff296


#dff296 Border Color

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

This div border color is #dff296


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dff296


Comments

No comments written yet.

Please login to write comment.