Color Hex Logo

#dbfa46 Color Hex

#DBFA46
(219,250,70)
0 Favorites   0 Comments

Color spaces of #dbfa46

RGB 21925070
HSL0.200.950.63
HSV70°72°98°
CMYK 0.120.000.72   0.02
XYZ64.504583.873518.5838
Yxy83.87350.38630.5024
Hunter Lab91.5825-34.546052.0767
CIE-Lab93.3955-32.138777.6730

#dbfa46 color RGB value is (219,250,70).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11111010 01000110
Octal 333 372 106
Decimal 219 250 70
Hex DB FA 46

RGB Percentages of Color #dbfa46

%40.63
%46.38
%12.99

CMYK Percentages of Color #dbfa46

%12
%0
%72
%2

Triadic Colors of #dbfa46

#dbfa46 #46dbfa #fa46db

Analogous Colors of #dbfa46

#dbfa46 #81fa46 #fabf46

Monochromatic Colors of #dbfa46

#dbfa46

Complementary Color

#dbfa46 #6546fa

#dbfa46 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbfa46 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbfa46 Color CSS Codes

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

#dbfa46 Text Font Color

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

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


#dbfa46 Background Color

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

This div background color is #dbfa46


#dbfa46 Border Color

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

This div border color is #dbfa46


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbfa46


Comments

No comments written yet.

Please login to write comment.