Color Hex Logo

#dffb07 Color Hex

#DFFB07
(223,251,7)
0 Favorites   0 Comments

Color spaces of #dffb07

RGB 2232517
HSL0.190.970.51
HSV67°97°98°
CMYK 0.110.000.97   0.02
XYZ64.967084.697713.1252
Yxy84.69770.39910.5203
Hunter Lab92.0314-35.047755.9662
CIE-Lab93.7527-32.630690.4314

#dffb07 color RGB value is (223,251,7).

#dffb07 hex color red value is 223, green value is 251 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #dffb07 hue: 0.19 , saturation: 0.97 and the lightness value of dffb07 is 0.51.

The process color (four color CMYK) of #dffb07 color hex is 0.11, 0.00, 0.97, 0.02. Web safe color of #dffb07 is #ccff00. Color #dffb07 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11111011 00000111
Octal 337 373 7
Decimal 223 251 7
Hex DF FB 7

RGB Percentages of Color #dffb07

%46.36
%52.18
%1.46

CMYK Percentages of Color #dffb07

%11
%0
%97
%2

Triadic Colors of #dffb07

#dffb07 #07dffb #fb07df

Analogous Colors of #dffb07

#dffb07 #65fb07 #fb9d07

Monochromatic Colors of #dffb07

#dffb07

Complementary Color

#dffb07 #2307fb

#dffb07 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dffb07 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dffb07 Color CSS Codes

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

#dffb07 Text Font Color

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

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


#dffb07 Background Color

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

This div background color is #dffb07


#dffb07 Border Color

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

This div border color is #dffb07


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dffb07


Comments

No comments written yet.

Please login to write comment.