Color Hex Logo

#dff28d Color Hex

#DFF28D
(223,242,141)
0 Favorites   0 Comments

Color spaces of #dff28d

RGB 223242141
HSL0.200.800.75
HSV71°42°95°
CMYK 0.080.000.42   0.05
XYZ66.991381.115337.3253
Yxy81.11530.36130.4374
Hunter Lab90.0640-24.840438.4732
CIE-Lab92.1830-21.336746.5493

#dff28d color RGB value is (223,242,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11110010 10001101
Octal 337 362 215
Decimal 223 242 141
Hex DF F2 8D

RGB Percentages of Color #dff28d

%36.80
%39.93
%23.27

CMYK Percentages of Color #dff28d

%8
%0
%42
%5

Triadic Colors of #dff28d

#dff28d #8ddff2 #f28ddf

Analogous Colors of #dff28d

#dff28d #adf28d #f2d38d

Monochromatic Colors of #dff28d

#dff28d

Complementary Color

#dff28d #a08df2

#dff28d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dff28d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dff28d Color CSS Codes

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

#dff28d Text Font Color

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

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


#dff28d Background Color

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

This div background color is #dff28d


#dff28d Border Color

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

This div border color is #dff28d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dff28d


Comments

No comments written yet.

Please login to write comment.