Color Hex Logo

#dcfac8 Color Hex

#DCFAC8
(220,250,200)
0 Favorites   0 Comments

Color spaces of #dcfac8

RGB 220250200
HSL0.270.830.88
HSV96°20°98°
CMYK 0.120.000.20   0.02
XYZ74.126187.757067.6755
Yxy87.75700.32290.3823
Hunter Lab93.6787-22.694222.7427
CIE-Lab95.0585-18.464220.7985

#dcfac8 color RGB value is (220,250,200).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11111010 11001000
Octal 334 372 310
Decimal 220 250 200
Hex DC FA C8

RGB Percentages of Color #dcfac8

%32.84
%37.31
%29.85

CMYK Percentages of Color #dcfac8

%12
%0
%20
%2

Triadic Colors of #dcfac8

#dcfac8 #c8dcfa #fac8dc

Analogous Colors of #dcfac8

#dcfac8 #c8facd #f5fac8

Monochromatic Colors of #dcfac8

#dcfac8

Complementary Color

#dcfac8 #e6c8fa

#dcfac8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcfac8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcfac8 Color CSS Codes

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

#dcfac8 Text Font Color

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

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


#dcfac8 Background Color

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

This div background color is #dcfac8


#dcfac8 Border Color

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

This div border color is #dcfac8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcfac8

Related Colors


Comments

No comments written yet.

Please login to write comment.