Color Hex Logo

#dcfb7e Color Hex

#DCFB7E
(220,251,126)
0 Favorites   0 Comments

Color spaces of #dcfb7e

RGB 220251126
HSL0.210.940.74
HSV75°50°98°
CMYK 0.120.000.50   0.02
XYZ67.778385.716432.7113
Yxy85.71640.36400.4603
Hunter Lab92.5832-31.344243.8600
CIE-Lab94.1910-28.256156.0345

#dcfb7e color RGB value is (220,251,126).

#dcfb7e hex color red value is 220, green value is 251 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #dcfb7e hue: 0.21 , saturation: 0.94 and the lightness value of dcfb7e is 0.74.

The process color (four color CMYK) of #dcfb7e color hex is 0.12, 0.00, 0.50, 0.02. Web safe color of #dcfb7e is #ccff66. Color #dcfb7e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11111011 01111110
Octal 334 373 176
Decimal 220 251 126
Hex DC FB 7E

RGB Percentages of Color #dcfb7e

%36.85
%42.04
%21.11

CMYK Percentages of Color #dcfb7e

%12
%0
%50
%2

Triadic Colors of #dcfb7e

#dcfb7e #7edcfb #fb7edc

Analogous Colors of #dcfb7e

#dcfb7e #9efb7e #fbdc7e

Monochromatic Colors of #dcfb7e

#dcfb7e

Complementary Color

#dcfb7e #9d7efb

#dcfb7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcfb7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcfb7e Color CSS Codes

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

#dcfb7e Text Font Color

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

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


#dcfb7e Background Color

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

This div background color is #dcfb7e


#dcfb7e Border Color

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

This div border color is #dcfb7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcfb7e

Related Colors


Comments

No comments written yet.

Please login to write comment.