Color Hex Logo

#dcfb2e Color Hex

#DCFB2E
(220,251,46)
0 Favorites   0 Comments

Color spaces of #dcfb2e

RGB 22025146
HSL0.190.960.58
HSV69°82°98°
CMYK 0.120.000.82   0.02
XYZ64.505584.407315.4772
Yxy84.40730.39240.5135
Hunter Lab91.8734-35.451454.3233
CIE-Lab93.6271-33.134784.6346

#dcfb2e color RGB value is (220,251,46).

#dcfb2e hex color red value is 220, green value is 251 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #dcfb2e hue: 0.19 , saturation: 0.96 and the lightness value of dcfb2e is 0.58.

The process color (four color CMYK) of #dcfb2e color hex is 0.12, 0.00, 0.82, 0.02. Web safe color of #dcfb2e is #ccff33. Color #dcfb2e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11111011 00101110
Octal 334 373 56
Decimal 220 251 46
Hex DC FB 2E

RGB Percentages of Color #dcfb2e

%42.55
%48.55
%8.90

CMYK Percentages of Color #dcfb2e

%12
%0
%82
%2

Triadic Colors of #dcfb2e

#dcfb2e #2edcfb #fb2edc

Analogous Colors of #dcfb2e

#dcfb2e #76fb2e #fbb42e

Monochromatic Colors of #dcfb2e

#dcfb2e

Complementary Color

#dcfb2e #4d2efb

#dcfb2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcfb2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcfb2e Color CSS Codes

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

#dcfb2e Text Font Color

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

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


#dcfb2e Background Color

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

This div background color is #dcfb2e


#dcfb2e Border Color

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

This div border color is #dcfb2e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcfb2e


Comments

No comments written yet.

Please login to write comment.