Color Hex Logo

#dcf1bb Color Hex

#DCF1BB
(220,241,187)
0 Favorites   0 Comments

Color spaces of #dcf1bb

RGB 220241187
HSL0.230.660.84
HSV83°22°95°
CMYK 0.090.000.22   0.05
XYZ69.940181.714159.0999
Yxy81.71410.33190.3877
Hunter Lab90.3959-20.085724.5139
CIE-Lab92.4485-16.046023.8358

#dcf1bb color RGB value is (220,241,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11110001 10111011
Octal 334 361 273
Decimal 220 241 187
Hex DC F1 BB

RGB Percentages of Color #dcf1bb

%33.95
%37.19
%28.86

CMYK Percentages of Color #dcf1bb

%9
%0
%22
%5

Triadic Colors of #dcf1bb

#dcf1bb #bbdcf1 #f1bbdc

Analogous Colors of #dcf1bb

#dcf1bb #c1f1bb #f1ebbb

Monochromatic Colors of #dcf1bb

#dcf1bb

Complementary Color

#dcf1bb #d0bbf1

#dcf1bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcf1bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcf1bb Color CSS Codes

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

#dcf1bb Text Font Color

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

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


#dcf1bb Background Color

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

This div background color is #dcf1bb


#dcf1bb Border Color

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

This div border color is #dcf1bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcf1bb


Comments

No comments written yet.

Please login to write comment.