Color Hex Logo

#dcfb0e Color Hex

#DCFB0E
(220,251,14)
0 Favorites   0 Comments

Color spaces of #dcfb0e

RGB 22025114
HSL0.190.970.52
HSV68°94°98°
CMYK 0.120.000.94   0.02
XYZ64.091684.241713.2978
Yxy84.24170.39650.5212
Hunter Lab91.7833-35.975555.6582
CIE-Lab93.5554-33.767289.6600

#dcfb0e color RGB value is (220,251,14).

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

The process color (four color CMYK) of #dcfb0e color hex is 0.12, 0.00, 0.94, 0.02. Web safe color of #dcfb0e is #ccff00. Color #dcfb0e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11111011 00001110
Octal 334 373 16
Decimal 220 251 14
Hex DC FB E

RGB Percentages of Color #dcfb0e

%45.36
%51.75
%2.89

CMYK Percentages of Color #dcfb0e

%12
%0
%94
%2

Triadic Colors of #dcfb0e

#dcfb0e #0edcfb #fb0edc

Analogous Colors of #dcfb0e

#dcfb0e #66fb0e #fba40e

Monochromatic Colors of #dcfb0e

#dcfb0e

Complementary Color

#dcfb0e #2d0efb

#dcfb0e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcfb0e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcfb0e Color CSS Codes

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

#dcfb0e Text Font Color

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

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


#dcfb0e Background Color

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

This div background color is #dcfb0e


#dcfb0e Border Color

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

This div border color is #dcfb0e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcfb0e


Comments

No comments written yet.

Please login to write comment.