Color Hex Logo

#dffb68 Color Hex

#DFFB68
(223,251,104)
0 Favorites   0 Comments

Color spaces of #dffb68

RGB 223251104
HSL0.200.950.70
HSV71°59°98°
CMYK 0.110.000.59   0.02
XYZ67.427385.681826.0812
Yxy85.68180.37630.4782
Hunter Lab92.5645-31.962048.0894
CIE-Lab94.1761-28.964665.7500

#dffb68 color RGB value is (223,251,104).

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

The process color (four color CMYK) of #dffb68 color hex is 0.11, 0.00, 0.59, 0.02. Web safe color of #dffb68 is #ccff66. Color #dffb68 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11111011 01101000
Octal 337 373 150
Decimal 223 251 104
Hex DF FB 68

RGB Percentages of Color #dffb68

%38.58
%43.43
%17.99

CMYK Percentages of Color #dffb68

%11
%0
%59
%2

Triadic Colors of #dffb68

#dffb68 #68dffb #fb68df

Analogous Colors of #dffb68

#dffb68 #96fb68 #fbce68

Monochromatic Colors of #dffb68

#dffb68

Complementary Color

#dffb68 #8468fb

#dffb68 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dffb68 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dffb68 Color CSS Codes

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

#dffb68 Text Font Color

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

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


#dffb68 Background Color

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

This div background color is #dffb68


#dffb68 Border Color

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

This div border color is #dffb68


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,251,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 #dffb68">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dffb68

Related Colors


Comments

No comments written yet.

Please login to write comment.