Color Hex Logo

#dcfeb7 Color Hex

#DCFEB7
(220,254,183)
0 Favorites   0 Comments

Color spaces of #dcfeb7

RGB 220254183
HSL0.250.970.86
HSV89°28°100°
CMYK 0.130.000.28   0.00
XYZ73.504389.518258.2044
Yxy89.51820.33230.4046
Hunter Lab94.6141-26.900529.7560
CIE-Lab95.7966-22.935930.4365

#dcfeb7 color RGB value is (220,254,183).

#dcfeb7 hex color red value is 220, green value is 254 and the blue value of its RGB is 183. Cylindrical-coordinate representations (also known as HSL) of color #dcfeb7 hue: 0.25 , saturation: 0.97 and the lightness value of dcfeb7 is 0.86.

The process color (four color CMYK) of #dcfeb7 color hex is 0.13, 0.00, 0.28, 0.00. Web safe color of #dcfeb7 is #ccffcc. Color #dcfeb7 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11111110 10110111
Octal 334 376 267
Decimal 220 254 183
Hex DC FE B7

RGB Percentages of Color #dcfeb7

%33.49
%38.66
%27.85

CMYK Percentages of Color #dcfeb7

%13
%0
%28
%0

Triadic Colors of #dcfeb7

#dcfeb7 #b7dcfe #feb7dc

Analogous Colors of #dcfeb7

#dcfeb7 #b9feb7 #fefdb7

Monochromatic Colors of #dcfeb7

#dcfeb7

Complementary Color

#dcfeb7 #d9b7fe

#dcfeb7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcfeb7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcfeb7 Color CSS Codes

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

#dcfeb7 Text Font Color

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

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


#dcfeb7 Background Color

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

This div background color is #dcfeb7


#dcfeb7 Border Color

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

This div border color is #dcfeb7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcfeb7


Comments

No comments written yet.

Please login to write comment.