Color Hex Logo

#dcfba9 Color Hex

#DCFBA9
(220,251,169)
0 Favorites   0 Comments

Color spaces of #dcfba9

RGB 220251169
HSL0.230.910.82
HSV83°33°98°
CMYK 0.120.000.33   0.02
XYZ71.173887.074650.5919
Yxy87.07460.34080.4169
Hunter Lab93.3138-27.150733.1744
CIE-Lab94.7699-23.413236.0759

#dcfba9 color RGB value is (220,251,169).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11111011 10101001
Octal 334 373 251
Decimal 220 251 169
Hex DC FB A9

RGB Percentages of Color #dcfba9

%34.38
%39.22
%26.41

CMYK Percentages of Color #dcfba9

%12
%0
%33
%2

Triadic Colors of #dcfba9

#dcfba9 #a9dcfb #fba9dc

Analogous Colors of #dcfba9

#dcfba9 #b3fba9 #fbf1a9

Monochromatic Colors of #dcfba9

#dcfba9

Complementary Color

#dcfba9 #c8a9fb

#dcfba9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcfba9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcfba9 Color CSS Codes

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

#dcfba9 Text Font Color

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

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


#dcfba9 Background Color

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

This div background color is #dcfba9


#dcfba9 Border Color

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

This div border color is #dcfba9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcfba9

Related Colors


Comments

No comments written yet.

Please login to write comment.