Color Hex Logo

#dcfab2 Color Hex

#DCFAB2
(220,250,178)
0 Favorites   0 Comments

Color spaces of #dcfab2

RGB 220250178
HSL0.240.880.84
HSV85°29°98°
CMYK 0.120.000.29   0.02
XYZ71.736786.801255.0929
Yxy86.80120.33580.4063
Hunter Lab93.1672-25.601430.1568
CIE-Lab94.6539-21.719231.4118

#dcfab2 color RGB value is (220,250,178).

#dcfab2 hex color red value is 220, green value is 250 and the blue value of its RGB is 178. Cylindrical-coordinate representations (also known as HSL) of color #dcfab2 hue: 0.24 , saturation: 0.88 and the lightness value of dcfab2 is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11111010 10110010
Octal 334 372 262
Decimal 220 250 178
Hex DC FA B2

RGB Percentages of Color #dcfab2

%33.95
%38.58
%27.47

CMYK Percentages of Color #dcfab2

%12
%0
%29
%2

Triadic Colors of #dcfab2

#dcfab2 #b2dcfa #fab2dc

Analogous Colors of #dcfab2

#dcfab2 #b8fab2 #faf4b2

Monochromatic Colors of #dcfab2

#dcfab2

Complementary Color

#dcfab2 #d0b2fa

#dcfab2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcfab2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcfab2 Color CSS Codes

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

#dcfab2 Text Font Color

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

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


#dcfab2 Background Color

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

This div background color is #dcfab2


#dcfab2 Border Color

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

This div border color is #dcfab2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcfab2


Comments

No comments written yet.

Please login to write comment.