Color Hex Logo

#dff985 Color Hex

#DFF985
(223,249,133)
0 Favorites   0 Comments

Color spaces of #dff985

RGB 223249133
HSL0.200.910.75
HSV73°47°98°
CMYK 0.100.000.47   0.02
XYZ68.540785.132835.0101
Yxy85.13280.36330.4512
Hunter Lab92.2674-28.869642.0901
CIE-Lab93.9403-25.507052.5353

#dff985 color RGB value is (223,249,133).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11111001 10000101
Octal 337 371 205
Decimal 223 249 133
Hex DF F9 85

RGB Percentages of Color #dff985

%36.86
%41.16
%21.98

CMYK Percentages of Color #dff985

%10
%0
%47
%2

Triadic Colors of #dff985

#dff985 #85dff9 #f985df

Analogous Colors of #dff985

#dff985 #a5f985 #f9d985

Monochromatic Colors of #dff985

#dff985

Complementary Color

#dff985 #9f85f9

#dff985 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dff985 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dff985 Color CSS Codes

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

#dff985 Text Font Color

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

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


#dff985 Background Color

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

This div background color is #dff985


#dff985 Border Color

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

This div border color is #dff985


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dff985


Comments

No comments written yet.

Please login to write comment.