Color Hex Logo

#dcfbda Color Hex

#DCFBDA
(220,251,218)
0 Favorites   0 Comments

Color spaces of #dcfbda

RGB 220251218
HSL0.320.800.92
HSV116°13°98°
CMYK 0.120.000.13   0.02
XYZ76.667389.272079.5201
Yxy89.27200.31230.3637
Hunter Lab94.4839-20.506016.2387
CIE-Lab95.6940-16.002912.4667

#dcfbda color RGB value is (220,251,218).

#dcfbda hex color red value is 220, green value is 251 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #dcfbda hue: 0.32 , saturation: 0.80 and the lightness value of dcfbda is 0.92.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11111011 11011010
Octal 334 373 332
Decimal 220 251 218
Hex DC FB DA

RGB Percentages of Color #dcfbda

%31.93
%36.43
%31.64

CMYK Percentages of Color #dcfbda

%12
%0
%13
%2

Triadic Colors of #dcfbda

#dcfbda #dadcfb #fbdadc

Analogous Colors of #dcfbda

#dcfbda #dafbe9 #edfbda

Monochromatic Colors of #dcfbda

#dcfbda

Complementary Color

#dcfbda #f9dafb

#dcfbda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcfbda Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcfbda Color CSS Codes

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

#dcfbda Text Font Color

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

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


#dcfbda Background Color

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

This div background color is #dcfbda


#dcfbda Border Color

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

This div border color is #dcfbda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcfbda


Comments

No comments written yet.

Please login to write comment.