Color Hex Logo

#dcfbb9 Color Hex

#DCFBB9
(220,251,185)
0 Favorites   0 Comments

Color spaces of #dcfbb9

RGB 220251185
HSL0.240.890.85
HSV88°26°98°
CMYK 0.120.000.26   0.02
XYZ72.769387.712858.9939
Yxy87.71280.33160.3996
Hunter Lab93.6551-25.203328.2115
CIE-Lab95.0399-21.209228.4012

#dcfbb9 color RGB value is (220,251,185).

#dcfbb9 hex color red value is 220, green value is 251 and the blue value of its RGB is 185. Cylindrical-coordinate representations (also known as HSL) of color #dcfbb9 hue: 0.24 , saturation: 0.89 and the lightness value of dcfbb9 is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11111011 10111001
Octal 334 373 271
Decimal 220 251 185
Hex DC FB B9

RGB Percentages of Color #dcfbb9

%33.54
%38.26
%28.20

CMYK Percentages of Color #dcfbb9

%12
%0
%26
%2

Triadic Colors of #dcfbb9

#dcfbb9 #b9dcfb #fbb9dc

Analogous Colors of #dcfbb9

#dcfbb9 #bbfbb9 #fbf9b9

Monochromatic Colors of #dcfbb9

#dcfbb9

Complementary Color

#dcfbb9 #d8b9fb

#dcfbb9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcfbb9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcfbb9 Color CSS Codes

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

#dcfbb9 Text Font Color

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

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


#dcfbb9 Background Color

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

This div background color is #dcfbb9


#dcfbb9 Border Color

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

This div border color is #dcfbb9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcfbb9


Comments

No comments written yet.

Please login to write comment.