Color Hex Logo

#dcfeab Color Hex

#DCFEAB
(220,254,171)
0 Favorites   0 Comments

Color spaces of #dcfeab

RGB 220254171
HSL0.230.980.83
HSV85°33°100°
CMYK 0.130.000.33   0.00
XYZ72.307789.039551.9034
Yxy89.03950.33910.4175
Hunter Lab94.3607-28.348533.4399
CIE-Lab95.5969-24.579536.1746

#dcfeab color RGB value is (220,254,171).

#dcfeab hex color red value is 220, green value is 254 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #dcfeab hue: 0.23 , saturation: 0.98 and the lightness value of dcfeab is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11111110 10101011
Octal 334 376 253
Decimal 220 254 171
Hex DC FE AB

RGB Percentages of Color #dcfeab

%34.11
%39.38
%26.51

CMYK Percentages of Color #dcfeab

%13
%0
%33
%0

Triadic Colors of #dcfeab

#dcfeab #abdcfe #feabdc

Analogous Colors of #dcfeab

#dcfeab #b3feab #fef7ab

Monochromatic Colors of #dcfeab

#dcfeab

Complementary Color

#dcfeab #cdabfe

#dcfeab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcfeab Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcfeab Color CSS Codes

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

#dcfeab Text Font Color

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

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


#dcfeab Background Color

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

This div background color is #dcfeab


#dcfeab Border Color

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

This div border color is #dcfeab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcfeab

Related Colors


Comments

No comments written yet.

Please login to write comment.