Color Hex Logo

#dbf056 Color Hex

#DBF056
(219,240,86)
0 Favorites   0 Comments

Color spaces of #dbf056

RGB 21924086
HSL0.190.840.64
HSV68°64°94°
CMYK 0.090.000.64   0.06
XYZ62.053278.052120.5991
Yxy78.05210.38610.4857
Hunter Lab88.3471-29.232748.0189
CIE-Lab90.8037-26.604969.3308

#dbf056 color RGB value is (219,240,86).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11110000 01010110
Octal 333 360 126
Decimal 219 240 86
Hex DB F0 56

RGB Percentages of Color #dbf056

%40.18
%44.04
%15.78

CMYK Percentages of Color #dbf056

%9
%0
%64
%6

Triadic Colors of #dbf056

#dbf056 #56dbf0 #f056db

Analogous Colors of #dbf056

#dbf056 #8ef056 #f0b856

Monochromatic Colors of #dbf056

#dbf056

Complementary Color

#dbf056 #6b56f0

#dbf056 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbf056 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbf056 Color CSS Codes

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

#dbf056 Text Font Color

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

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


#dbf056 Background Color

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

This div background color is #dbf056


#dbf056 Border Color

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

This div border color is #dbf056


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbf056


Comments

No comments written yet.

Please login to write comment.