Color Hex Logo

#dffb5d Color Hex

#DFFB5D
(223,251,93)
0 Favorites   0 Comments

Color spaces of #dffb5d

RGB 22325193
HSL0.200.950.67
HSV71°63°98°
CMYK 0.110.000.63   0.02
XYZ66.904485.472623.3276
Yxy85.47260.38080.4865
Hunter Lab92.4514-32.614649.7558
CIE-Lab94.0864-29.733570.1301

#dffb5d color RGB value is (223,251,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11111011 01011101
Octal 337 373 135
Decimal 223 251 93
Hex DF FB 5D

RGB Percentages of Color #dffb5d

%39.33
%44.27
%16.40

CMYK Percentages of Color #dffb5d

%11
%0
%63
%2

Triadic Colors of #dffb5d

#dffb5d #5ddffb #fb5ddf

Analogous Colors of #dffb5d

#dffb5d #90fb5d #fbc85d

Monochromatic Colors of #dffb5d

#dffb5d

Complementary Color

#dffb5d #795dfb

#dffb5d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dffb5d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dffb5d Color CSS Codes

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

#dffb5d Text Font Color

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

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


#dffb5d Background Color

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

This div background color is #dffb5d


#dffb5d Border Color

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

This div border color is #dffb5d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dffb5d


Comments

No comments written yet.

Please login to write comment.