Color Hex Logo

#dcfbc5 Color Hex

#DCFBC5
(220,251,197)
0 Favorites   0 Comments

Color spaces of #dcfbc5

RGB 220251197
HSL0.260.870.88
HSV94°22°98°
CMYK 0.120.000.22   0.02
XYZ74.090488.241265.9506
Yxy88.24120.32460.3865
Hunter Lab93.9368-23.601824.1298
CIE-Lab95.2624-19.416922.6126

#dcfbc5 color RGB value is (220,251,197).

#dcfbc5 hex color red value is 220, green value is 251 and the blue value of its RGB is 197. Cylindrical-coordinate representations (also known as HSL) of color #dcfbc5 hue: 0.26 , saturation: 0.87 and the lightness value of dcfbc5 is 0.88.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11111011 11000101
Octal 334 373 305
Decimal 220 251 197
Hex DC FB C5

RGB Percentages of Color #dcfbc5

%32.93
%37.57
%29.49

CMYK Percentages of Color #dcfbc5

%12
%0
%22
%2

Triadic Colors of #dcfbc5

#dcfbc5 #c5dcfb #fbc5dc

Analogous Colors of #dcfbc5

#dcfbc5 #c5fbc9 #f7fbc5

Monochromatic Colors of #dcfbc5

#dcfbc5

Complementary Color

#dcfbc5 #e4c5fb

#dcfbc5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcfbc5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcfbc5 Color CSS Codes

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

#dcfbc5 Text Font Color

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

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


#dcfbc5 Background Color

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

This div background color is #dcfbc5


#dcfbc5 Border Color

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

This div border color is #dcfbc5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcfbc5

Related Colors

#dcfbc5 Color Palettes


Comments

No comments written yet.

Please login to write comment.