Color Hex Logo

#dbf051 Color Hex

#DBF051
(219,240,81)
0 Favorites   0 Comments

Color spaces of #dbf051

RGB 21924081
HSL0.190.840.63
HSV68°66°94°
CMYK 0.090.000.66   0.06
XYZ61.858777.974319.5748
Yxy77.97430.38810.4891
Hunter Lab88.3031-29.486248.6689
CIE-Lab90.7682-26.905571.2051

#dbf051 color RGB value is (219,240,81).

#dbf051 hex color red value is 219, green value is 240 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #dbf051 hue: 0.19 , saturation: 0.84 and the lightness value of dbf051 is 0.63.

The process color (four color CMYK) of #dbf051 color hex is 0.09, 0.00, 0.66, 0.06. Web safe color of #dbf051 is #ccff66. Color #dbf051 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11110000 01010001
Octal 333 360 121
Decimal 219 240 81
Hex DB F0 51

RGB Percentages of Color #dbf051

%40.56
%44.44
%15.00

CMYK Percentages of Color #dbf051

%9
%0
%66
%6

Triadic Colors of #dbf051

#dbf051 #51dbf0 #f051db

Analogous Colors of #dbf051

#dbf051 #8cf051 #f0b651

Monochromatic Colors of #dbf051

#dbf051

Complementary Color

#dbf051 #6651f0

#dbf051 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbf051 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbf051 Color CSS Codes

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

#dbf051 Text Font Color

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

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


#dbf051 Background Color

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

This div background color is #dbf051


#dbf051 Border Color

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

This div border color is #dbf051


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbf051


Comments

No comments written yet.

Please login to write comment.