Color Hex Logo

#dff95c Color Hex

#DFF95C
(223,249,92)
0 Favorites   0 Comments

Color spaces of #dff95c

RGB 22324992
HSL0.190.930.67
HSV70°63°98°
CMYK 0.100.000.63   0.02
XYZ66.238984.212022.8886
Yxy84.21200.38210.4858
Hunter Lab91.7671-31.748449.4488
CIE-Lab93.5425-28.868869.9478

#dff95c color RGB value is (223,249,92).

#dff95c hex color red value is 223, green value is 249 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #dff95c hue: 0.19 , saturation: 0.93 and the lightness value of dff95c is 0.67.

The process color (four color CMYK) of #dff95c color hex is 0.10, 0.00, 0.63, 0.02. Web safe color of #dff95c is #ccff66. Color #dff95c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11111001 01011100
Octal 337 371 134
Decimal 223 249 92
Hex DF F9 5C

RGB Percentages of Color #dff95c

%39.54
%44.15
%16.31

CMYK Percentages of Color #dff95c

%10
%0
%63
%2

Triadic Colors of #dff95c

#dff95c #5cdff9 #f95cdf

Analogous Colors of #dff95c

#dff95c #91f95c #f9c55c

Monochromatic Colors of #dff95c

#dff95c

Complementary Color

#dff95c #765cf9

#dff95c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dff95c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dff95c Color CSS Codes

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

#dff95c Text Font Color

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

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


#dff95c Background Color

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

This div background color is #dff95c


#dff95c Border Color

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

This div border color is #dff95c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dff95c


Comments

No comments written yet.

Please login to write comment.