Color Hex Logo

#dffb4f Color Hex

#DFFB4F
(223,251,79)
0 Favorites   0 Comments

Color spaces of #dffb4f

RGB 22325179
HSL0.190.960.65
HSV70°69°98°
CMYK 0.110.000.69   0.02
XYZ66.339985.246820.3549
Yxy85.24680.38580.4958
Hunter Lab92.3292-33.321251.5594
CIE-Lab93.9894-30.569875.2789

#dffb4f color RGB value is (223,251,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11111011 01001111
Octal 337 373 117
Decimal 223 251 79
Hex DF FB 4F

RGB Percentages of Color #dffb4f

%40.33
%45.39
%14.29

CMYK Percentages of Color #dffb4f

%11
%0
%69
%2

Triadic Colors of #dffb4f

#dffb4f #4fdffb #fb4fdf

Analogous Colors of #dffb4f

#dffb4f #89fb4f #fbc14f

Monochromatic Colors of #dffb4f

#dffb4f

Complementary Color

#dffb4f #6b4ffb

#dffb4f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dffb4f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dffb4f Color CSS Codes

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

#dffb4f Text Font Color

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

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


#dffb4f Background Color

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

This div background color is #dffb4f


#dffb4f Border Color

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

This div border color is #dffb4f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dffb4f

Related Colors


Comments

No comments written yet.

Please login to write comment.