Color Hex Logo

#dcfbab Color Hex

#DCFBAB
(220,251,171)
0 Favorites   0 Comments

Color spaces of #dcfbab

RGB 220251171
HSL0.230.910.83
HSV83°32°98°
CMYK 0.120.000.32   0.02
XYZ71.363187.150351.5885
Yxy87.15030.33970.4148
Hunter Lab93.3543-26.918832.5838
CIE-Lab94.8020-23.149435.1207

#dcfbab color RGB value is (220,251,171).

#dcfbab hex color red value is 220, green value is 251 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #dcfbab hue: 0.23 , saturation: 0.91 and the lightness value of dcfbab is 0.83.

The process color (four color CMYK) of #dcfbab color hex is 0.12, 0.00, 0.32, 0.02. Web safe color of #dcfbab is #ccff99. Color #dcfbab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11111011 10101011
Octal 334 373 253
Decimal 220 251 171
Hex DC FB AB

RGB Percentages of Color #dcfbab

%34.27
%39.10
%26.64

CMYK Percentages of Color #dcfbab

%12
%0
%32
%2

Triadic Colors of #dcfbab

#dcfbab #abdcfb #fbabdc

Analogous Colors of #dcfbab

#dcfbab #b4fbab #fbf2ab

Monochromatic Colors of #dcfbab

#dcfbab

Complementary Color

#dcfbab #caabfb

#dcfbab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcfbab Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcfbab Color CSS Codes

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

#dcfbab Text Font Color

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

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


#dcfbab Background Color

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

This div background color is #dcfbab


#dcfbab Border Color

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

This div border color is #dcfbab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcfbab


Comments

No comments written yet.

Please login to write comment.