Color Hex Logo

#dcfac5 Color Hex

#DCFAC5
(220,250,197)
0 Favorites   0 Comments

Color spaces of #dcfac5

RGB 220250197
HSL0.260.840.88
HSV94°21°98°
CMYK 0.120.000.21   0.02
XYZ73.778987.618165.8467
Yxy87.61810.32470.3856
Hunter Lab93.6045-23.114623.8153
CIE-Lab94.9999-18.931222.2489

#dcfac5 color RGB value is (220,250,197).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11111010 11000101
Octal 334 372 305
Decimal 220 250 197
Hex DC FA C5

RGB Percentages of Color #dcfac5

%32.98
%37.48
%29.54

CMYK Percentages of Color #dcfac5

%12
%0
%21
%2

Triadic Colors of #dcfac5

#dcfac5 #c5dcfa #fac5dc

Analogous Colors of #dcfac5

#dcfac5 #c5fac9 #f7fac5

Monochromatic Colors of #dcfac5

#dcfac5

Complementary Color

#dcfac5 #e3c5fa

#dcfac5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcfac5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcfac5 Color CSS Codes

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

#dcfac5 Text Font Color

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

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


#dcfac5 Background Color

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

This div background color is #dcfac5


#dcfac5 Border Color

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

This div border color is #dcfac5


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,250,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 #dcfac5">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcfac5


Comments

No comments written yet.

Please login to write comment.