Color Hex Logo

#dffb2d Color Hex

#DFFB2D
(223,251,45)
0 Favorites   0 Comments

Color spaces of #dffb2d

RGB 22325145
HSL0.190.960.58
HSV68°82°98°
CMYK 0.110.000.82   0.02
XYZ65.402384.871815.4175
Yxy84.87180.39470.5122
Hunter Lab92.1259-34.499054.5658
CIE-Lab93.8278-31.973085.1151

#dffb2d color RGB value is (223,251,45).

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

The process color (four color CMYK) of #dffb2d color hex is 0.11, 0.00, 0.82, 0.02. Web safe color of #dffb2d is #ccff33. Color #dffb2d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11111011 00101101
Octal 337 373 55
Decimal 223 251 45
Hex DF FB 2D

RGB Percentages of Color #dffb2d

%42.97
%48.36
%8.67

CMYK Percentages of Color #dffb2d

%11
%0
%82
%2

Triadic Colors of #dffb2d

#dffb2d #2ddffb #fb2ddf

Analogous Colors of #dffb2d

#dffb2d #78fb2d #fbb02d

Monochromatic Colors of #dffb2d

#dffb2d

Complementary Color

#dffb2d #492dfb

#dffb2d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dffb2d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dffb2d Color CSS Codes

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

#dffb2d Text Font Color

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

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


#dffb2d Background Color

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

This div background color is #dffb2d


#dffb2d Border Color

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

This div border color is #dffb2d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dffb2d


Comments

No comments written yet.

Please login to write comment.