Color Hex Logo

#dff195 Color Hex

#DFF195
(223,241,149)
0 Favorites   0 Comments

Color spaces of #dff195

RGB 223241149
HSL0.200.770.76
HSV72°38°95°
CMYK 0.070.000.38   0.05
XYZ67.311580.768540.4760
Yxy80.76850.35700.4284
Hunter Lab89.8713-23.582436.2070
CIE-Lab92.0286-19.963442.4506

#dff195 color RGB value is (223,241,149).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11110001 10010101
Octal 337 361 225
Decimal 223 241 149
Hex DF F1 95

RGB Percentages of Color #dff195

%36.38
%39.31
%24.31

CMYK Percentages of Color #dff195

%7
%0
%38
%5

Triadic Colors of #dff195

#dff195 #95dff1 #f195df

Analogous Colors of #dff195

#dff195 #b1f195 #f1d595

Monochromatic Colors of #dff195

#dff195

Complementary Color

#dff195 #a795f1

#dff195 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dff195 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dff195 Color CSS Codes

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

#dff195 Text Font Color

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

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


#dff195 Background Color

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

This div background color is #dff195


#dff195 Border Color

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

This div border color is #dff195


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dff195

#dff195 Color Palettes


Comments

No comments written yet.

Please login to write comment.