Color Hex Logo

#dbf650 Color Hex

#DBF650
(219,246,80)
0 Favorites   0 Comments

Color spaces of #dbf650

RGB 21924680
HSL0.190.900.64
HSV70°67°96°
CMYK 0.110.000.67   0.04
XYZ63.617281.550819.9773
Yxy81.55080.38520.4938
Hunter Lab90.3055-32.287350.0978
CIE-Lab92.3762-29.769273.2092

#dbf650 color RGB value is (219,246,80).

#dbf650 hex color red value is 219, green value is 246 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #dbf650 hue: 0.19 , saturation: 0.90 and the lightness value of dbf650 is 0.64.

The process color (four color CMYK) of #dbf650 color hex is 0.11, 0.00, 0.67, 0.04. Web safe color of #dbf650 is #ccff66. Color #dbf650 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11110110 01010000
Octal 333 366 120
Decimal 219 246 80
Hex DB F6 50

RGB Percentages of Color #dbf650

%40.18
%45.14
%14.68

CMYK Percentages of Color #dbf650

%11
%0
%67
%4

Triadic Colors of #dbf650

#dbf650 #50dbf6 #f650db

Analogous Colors of #dbf650

#dbf650 #88f650 #f6be50

Monochromatic Colors of #dbf650

#dbf650

Complementary Color

#dbf650 #6b50f6

#dbf650 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbf650 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbf650 Color CSS Codes

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

#dbf650 Text Font Color

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

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


#dbf650 Background Color

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

This div background color is #dbf650


#dbf650 Border Color

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

This div border color is #dbf650


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbf650


Comments

No comments written yet.

Please login to write comment.