Color Hex Logo

#dff295 Color Hex

#DFF295
(223,242,149)
0 Favorites   0 Comments

Color spaces of #dff295

RGB 223242149
HSL0.200.780.77
HSV72°38°95°
CMYK 0.080.000.38   0.05
XYZ67.608481.362240.5749
Yxy81.36220.35670.4292
Hunter Lab90.2010-24.060536.4704
CIE-Lab92.2926-20.447242.7888

#dff295 color RGB value is (223,242,149).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11110010 10010101
Octal 337 362 225
Decimal 223 242 149
Hex DF F2 95

RGB Percentages of Color #dff295

%36.32
%39.41
%24.27

CMYK Percentages of Color #dff295

%8
%0
%38
%5

Triadic Colors of #dff295

#dff295 #95dff2 #f295df

Analogous Colors of #dff295

#dff295 #b1f295 #f2d795

Monochromatic Colors of #dff295

#dff295

Complementary Color

#dff295 #a895f2

#dff295 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dff295 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dff295 Color CSS Codes

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

#dff295 Text Font Color

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

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


#dff295 Background Color

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

This div background color is #dff295


#dff295 Border Color

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

This div border color is #dff295


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dff295


Comments

No comments written yet.

Please login to write comment.