Color Hex Logo

#dfffba Color Hex

#DFFFBA
(223,255,186)
1 Favorites   0 Comments

Color spaces of #dfffba

RGB 223255186
HSL0.241.000.86
HSV88°27°100°
CMYK 0.130.000.27   0.00
XYZ75.054490.753160.0157
Yxy90.75310.33240.4019
Hunter Lab95.2644-26.080929.3329
CIE-Lab96.3083-21.937829.6522

#dfffba color RGB value is (223,255,186).

#dfffba hex color red value is 223, green value is 255 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #dfffba hue: 0.24 , saturation: 1.00 and the lightness value of dfffba is 0.86.

The process color (four color CMYK) of #dfffba color hex is 0.13, 0.00, 0.27, 0.00. Web safe color of #dfffba is #ccffcc. Color #dfffba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11111111 10111010
Octal 337 377 272
Decimal 223 255 186
Hex DF FF BA

RGB Percentages of Color #dfffba

%33.58
%38.40
%28.01

CMYK Percentages of Color #dfffba

%13
%0
%27
%0

Triadic Colors of #dfffba

#dfffba #badfff #ffbadf

Analogous Colors of #dfffba

#dfffba #bdffba #fffdba

Monochromatic Colors of #dfffba

#dfffba

Complementary Color

#dfffba #dabaff

#dfffba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfffba Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfffba Color CSS Codes

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

#dfffba Text Font Color

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

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


#dfffba Background Color

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

This div background color is #dfffba


#dfffba Border Color

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

This div border color is #dfffba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfffba

Related Colors

#dfffba Color Palettes


Comments

No comments written yet.

Please login to write comment.