Color Hex Logo

#dff991 Color Hex

#DFF991
(223,249,145)
0 Favorites   0 Comments

Color spaces of #dff991

RGB 223249145
HSL0.210.900.77
HSV75°42°98°
CMYK 0.100.000.42   0.02
XYZ69.417985.483739.6293
Yxy85.48370.35680.4394
Hunter Lab92.4574-27.780939.3072
CIE-Lab94.0912-24.252547.0165

#dff991 color RGB value is (223,249,145).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11111001 10010001
Octal 337 371 221
Decimal 223 249 145
Hex DF F9 91

RGB Percentages of Color #dff991

%36.14
%40.36
%23.50

CMYK Percentages of Color #dff991

%10
%0
%42
%2

Triadic Colors of #dff991

#dff991 #91dff9 #f991df

Analogous Colors of #dff991

#dff991 #abf991 #f9df91

Monochromatic Colors of #dff991

#dff991

Complementary Color

#dff991 #ab91f9

#dff991 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dff991 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dff991 Color CSS Codes

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

#dff991 Text Font Color

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

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


#dff991 Background Color

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

This div background color is #dff991


#dff991 Border Color

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

This div border color is #dff991


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dff991


Comments

No comments written yet.

Please login to write comment.