Color Hex Logo

#dff88f Color Hex

#DFF88F
(223,248,143)
0 Favorites   0 Comments

Color spaces of #dff88f

RGB 223248143
HSL0.210.880.77
HSV74°42°97°
CMYK 0.100.000.42   0.03
XYZ68.956884.805938.7214
Yxy84.80590.35820.4406
Hunter Lab92.0901-27.497539.5332
CIE-Lab93.7994-23.994247.6124

#dff88f color RGB value is (223,248,143).

#dff88f hex color red value is 223, green value is 248 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #dff88f hue: 0.21 , saturation: 0.88 and the lightness value of dff88f is 0.77.

The process color (four color CMYK) of #dff88f color hex is 0.10, 0.00, 0.42, 0.03. Web safe color of #dff88f is #ccff99. Color #dff88f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11111000 10001111
Octal 337 370 217
Decimal 223 248 143
Hex DF F8 8F

RGB Percentages of Color #dff88f

%36.32
%40.39
%23.29

CMYK Percentages of Color #dff88f

%10
%0
%42
%3

Triadic Colors of #dff88f

#dff88f #8fdff8 #f88fdf

Analogous Colors of #dff88f

#dff88f #abf88f #f8dd8f

Monochromatic Colors of #dff88f

#dff88f

Complementary Color

#dff88f #a88ff8

#dff88f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dff88f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dff88f Color CSS Codes

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

#dff88f Text Font Color

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

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


#dff88f Background Color

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

This div background color is #dff88f


#dff88f Border Color

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

This div border color is #dff88f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dff88f


Comments

No comments written yet.

Please login to write comment.