Color Hex Logo

#dcfdba Color Hex

#DCFDBA
(220,253,186)
0 Favorites   0 Comments

Color spaces of #dcfdba

RGB 220253186
HSL0.250.940.86
HSV90°26°99°
CMYK 0.130.000.26   0.01
XYZ73.503489.011459.7612
Yxy89.01140.33070.4005
Hunter Lab94.3459-26.038628.4862
CIE-Lab95.5852-22.026628.6376

#dcfdba color RGB value is (220,253,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11111101 10111010
Octal 334 375 272
Decimal 220 253 186
Hex DC FD BA

RGB Percentages of Color #dcfdba

%33.38
%38.39
%28.22

CMYK Percentages of Color #dcfdba

%13
%0
%26
%1

Triadic Colors of #dcfdba

#dcfdba #badcfd #fdbadc

Analogous Colors of #dcfdba

#dcfdba #bbfdba #fdfdba

Monochromatic Colors of #dcfdba

#dcfdba

Complementary Color

#dcfdba #dbbafd

#dcfdba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcfdba Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcfdba Color CSS Codes

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

#dcfdba Text Font Color

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

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


#dcfdba Background Color

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

This div background color is #dcfdba


#dcfdba Border Color

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

This div border color is #dcfdba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcfdba

Related Colors


Comments

No comments written yet.

Please login to write comment.