Color Hex Logo

#dcf1bd Color Hex

#DCF1BD
(220,241,189)
0 Favorites   0 Comments

Color spaces of #dcf1bd

RGB 220241189
HSL0.230.650.84
HSV84°22°95°
CMYK 0.090.000.22   0.05
XYZ70.155881.800460.2356
Yxy81.80040.33060.3855
Hunter Lab90.4436-19.816323.8232
CIE-Lab92.4867-15.746922.8632

#dcf1bd color RGB value is (220,241,189).

#dcf1bd hex color red value is 220, green value is 241 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #dcf1bd hue: 0.23 , saturation: 0.65 and the lightness value of dcf1bd is 0.84.

The process color (four color CMYK) of #dcf1bd color hex is 0.09, 0.00, 0.22, 0.05. Web safe color of #dcf1bd is #ccffcc. Color #dcf1bd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11110001 10111101
Octal 334 361 275
Decimal 220 241 189
Hex DC F1 BD

RGB Percentages of Color #dcf1bd

%33.85
%37.08
%29.08

CMYK Percentages of Color #dcf1bd

%9
%0
%22
%5

Triadic Colors of #dcf1bd

#dcf1bd #bddcf1 #f1bddc

Analogous Colors of #dcf1bd

#dcf1bd #c2f1bd #f1ecbd

Monochromatic Colors of #dcf1bd

#dcf1bd

Complementary Color

#dcf1bd #d2bdf1

#dcf1bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcf1bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcf1bd Color CSS Codes

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

#dcf1bd Text Font Color

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

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


#dcf1bd Background Color

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

This div background color is #dcf1bd


#dcf1bd Border Color

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

This div border color is #dcf1bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcf1bd


Comments

No comments written yet.

Please login to write comment.