Color Hex Logo

#ddffba Color Hex

#DDFFBA
(221,255,186)
0 Favorites   0 Comments

Color spaces of #ddffba

RGB 221255186
HSL0.251.000.86
HSV90°27°100°
CMYK 0.130.000.27   0.00
XYZ74.441790.437359.9870
Yxy90.43730.33100.4022
Hunter Lab95.0985-26.695329.1696
CIE-Lab96.1779-22.636729.4535

#ddffba color RGB value is (221,255,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111111 10111010
Octal 335 377 272
Decimal 221 255 186
Hex DD FF BA

RGB Percentages of Color #ddffba

%33.38
%38.52
%28.10

CMYK Percentages of Color #ddffba

%13
%0
%27
%0

Triadic Colors of #ddffba

#ddffba #baddff #ffbadd

Analogous Colors of #ddffba

#ddffba #bbffba #ffffba

Monochromatic Colors of #ddffba

#ddffba

Complementary Color

#ddffba #dcbaff

#ddffba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddffba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddffba Color CSS Codes

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

#ddffba Text Font Color

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

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


#ddffba Background Color

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

This div background color is #ddffba


#ddffba Border Color

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

This div border color is #ddffba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,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 #ddffba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddffba


Comments

No comments written yet.

Please login to write comment.