Color Hex Logo

#dffb65 Color Hex

#DFFB65
(223,251,101)
0 Favorites   0 Comments

Color spaces of #dffb65

RGB 223251101
HSL0.200.950.69
HSV71°60°98°
CMYK 0.110.000.60   0.02
XYZ67.277685.621925.2927
Yxy85.62190.37760.4805
Hunter Lab92.5321-32.148648.5662
CIE-Lab94.1505-29.184266.9703

#dffb65 color RGB value is (223,251,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11111011 01100101
Octal 337 373 145
Decimal 223 251 101
Hex DF FB 65

RGB Percentages of Color #dffb65

%38.78
%43.65
%17.57

CMYK Percentages of Color #dffb65

%11
%0
%60
%2

Triadic Colors of #dffb65

#dffb65 #65dffb #fb65df

Analogous Colors of #dffb65

#dffb65 #94fb65 #fbcc65

Monochromatic Colors of #dffb65

#dffb65

Complementary Color

#dffb65 #8165fb

#dffb65 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dffb65 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dffb65 Color CSS Codes

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

#dffb65 Text Font Color

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

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


#dffb65 Background Color

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

This div background color is #dffb65


#dffb65 Border Color

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

This div border color is #dffb65


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dffb65


Comments

No comments written yet.

Please login to write comment.