Color Hex Logo

#dbfc3f Color Hex

#DBFC3F
(219,252,63)
0 Favorites   0 Comments

Color spaces of #dbfc3f

RGB 21925263
HSL0.200.970.62
HSV70°75°99°
CMYK 0.130.000.75   0.01
XYZ64.921085.039817.6952
Yxy85.03980.38720.5072
Hunter Lab92.2170-35.715453.1750
CIE-Lab93.9003-33.370680.3404

#dbfc3f color RGB value is (219,252,63).

#dbfc3f hex color red value is 219, green value is 252 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #dbfc3f hue: 0.20 , saturation: 0.97 and the lightness value of dbfc3f is 0.62.

The process color (four color CMYK) of #dbfc3f color hex is 0.13, 0.00, 0.75, 0.01. Web safe color of #dbfc3f is #ccff33. Color #dbfc3f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11111100 00111111
Octal 333 374 77
Decimal 219 252 63
Hex DB FC 3F

RGB Percentages of Color #dbfc3f

%41.01
%47.19
%11.80

CMYK Percentages of Color #dbfc3f

%13
%0
%75
%1

Triadic Colors of #dbfc3f

#dbfc3f #3fdbfc #fc3fdb

Analogous Colors of #dbfc3f

#dbfc3f #7dfc3f #fcbf3f

Monochromatic Colors of #dbfc3f

#dbfc3f

Complementary Color

#dbfc3f #603ffc

#dbfc3f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbfc3f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbfc3f Color CSS Codes

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

#dbfc3f Text Font Color

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

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


#dbfc3f Background Color

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

This div background color is #dbfc3f


#dbfc3f Border Color

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

This div border color is #dbfc3f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(219,252,63, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dbfc3f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dbfc3f;
  -webkit-box-shadow: 1px 1px 3px 2px #dbfc3f;
  box-shadow:         1px 1px 3px 2px #dbfc3f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,252,63, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbfc3f


Comments

No comments written yet.

Please login to write comment.