Color Hex Logo

#dffba3 Color Hex

#DFFBA3
(223,251,163)
0 Favorites   0 Comments

Color spaces of #dffba3

RGB 223251163
HSL0.220.920.81
HSV79°35°98°
CMYK 0.110.000.35   0.02
XYZ71.539587.326747.7355
Yxy87.32670.34630.4227
Hunter Lab93.4488-26.885035.1276
CIE-Lab94.8767-23.097339.2320

#dffba3 color RGB value is (223,251,163).

#dffba3 hex color red value is 223, green value is 251 and the blue value of its RGB is 163. Cylindrical-coordinate representations (also known as HSL) of color #dffba3 hue: 0.22 , saturation: 0.92 and the lightness value of dffba3 is 0.81.

The process color (four color CMYK) of #dffba3 color hex is 0.11, 0.00, 0.35, 0.02. Web safe color of #dffba3 is #ccff99. Color #dffba3 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11111011 10100011
Octal 337 373 243
Decimal 223 251 163
Hex DF FB A3

RGB Percentages of Color #dffba3

%35.01
%39.40
%25.59

CMYK Percentages of Color #dffba3

%11
%0
%35
%2

Triadic Colors of #dffba3

#dffba3 #a3dffb #fba3df

Analogous Colors of #dffba3

#dffba3 #b3fba3 #fbeba3

Monochromatic Colors of #dffba3

#dffba3

Complementary Color

#dffba3 #bfa3fb

#dffba3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dffba3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dffba3 Color CSS Codes

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

#dffba3 Text Font Color

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

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


#dffba3 Background Color

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

This div background color is #dffba3


#dffba3 Border Color

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

This div border color is #dffba3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dffba3

Related Colors


Comments

No comments written yet.

Please login to write comment.