Color Hex Logo

#dbfa63 Color Hex

#DBFA63
(219,250,99)
0 Favorites   0 Comments

Color spaces of #dbfa63

RGB 21925099
HSL0.200.940.68
HSV72°60°98°
CMYK 0.120.000.60   0.02
XYZ65.651284.332124.6219
Yxy84.33210.37600.4830
Hunter Lab91.8325-33.097048.3861
CIE-Lab93.5946-30.408167.1085

#dbfa63 color RGB value is (219,250,99).

#dbfa63 hex color red value is 219, green value is 250 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #dbfa63 hue: 0.20 , saturation: 0.94 and the lightness value of dbfa63 is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11111010 01100011
Octal 333 372 143
Decimal 219 250 99
Hex DB FA 63

RGB Percentages of Color #dbfa63

%38.56
%44.01
%17.43

CMYK Percentages of Color #dbfa63

%12
%0
%60
%2

Triadic Colors of #dbfa63

#dbfa63 #63dbfa #fa63db

Analogous Colors of #dbfa63

#dbfa63 #90fa63 #face63

Monochromatic Colors of #dbfa63

#dbfa63

Complementary Color

#dbfa63 #8263fa

#dbfa63 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbfa63 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbfa63 Color CSS Codes

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

#dbfa63 Text Font Color

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

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


#dbfa63 Background Color

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

This div background color is #dbfa63


#dbfa63 Border Color

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

This div border color is #dbfa63


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbfa63

Related Colors


Comments

No comments written yet.

Please login to write comment.