Color Hex Logo

#dff968 Color Hex

#DFF968
(223,249,104)
0 Favorites   0 Comments

Color spaces of #dff968

RGB 223249104
HSL0.200.920.69
HSV71°58°98°
CMYK 0.100.000.58   0.02
XYZ66.805884.438825.8740
Yxy84.43880.37720.4767
Hunter Lab91.8906-31.036447.6289
CIE-Lab93.6408-28.031365.1567

#dff968 color RGB value is (223,249,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11111001 01101000
Octal 337 371 150
Decimal 223 249 104
Hex DF F9 68

RGB Percentages of Color #dff968

%38.72
%43.23
%18.06

CMYK Percentages of Color #dff968

%10
%0
%58
%2

Triadic Colors of #dff968

#dff968 #68dff9 #f968df

Analogous Colors of #dff968

#dff968 #97f968 #f9cb68

Monochromatic Colors of #dff968

#dff968

Complementary Color

#dff968 #8268f9

#dff968 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dff968 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dff968 Color CSS Codes

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

#dff968 Text Font Color

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

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


#dff968 Background Color

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

This div background color is #dff968


#dff968 Border Color

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

This div border color is #dff968


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dff968


Comments

No comments written yet.

Please login to write comment.