Color Hex Logo

#dcfaca Color Hex

#DCFACA
(220,250,202)
0 Favorites   0 Comments

Color spaces of #dcfaca

RGB 220250202
HSL0.270.830.89
HSV98°19°98°
CMYK 0.120.000.19   0.02
XYZ74.361587.851168.9148
Yxy87.85110.32170.3801
Hunter Lab93.7289-22.409522.0169
CIE-Lab95.0982-18.148619.8313

#dcfaca color RGB value is (220,250,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11111010 11001010
Octal 334 372 312
Decimal 220 250 202
Hex DC FA CA

RGB Percentages of Color #dcfaca

%32.74
%37.20
%30.06

CMYK Percentages of Color #dcfaca

%12
%0
%19
%2

Triadic Colors of #dcfaca

#dcfaca #cadcfa #facadc

Analogous Colors of #dcfaca

#dcfaca #cafad0 #f4faca

Monochromatic Colors of #dcfaca

#dcfaca

Complementary Color

#dcfaca #e8cafa

#dcfaca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcfaca Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcfaca Color CSS Codes

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

#dcfaca Text Font Color

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

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


#dcfaca Background Color

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

This div background color is #dcfaca


#dcfaca Border Color

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

This div border color is #dcfaca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcfaca


Comments

No comments written yet.

Please login to write comment.