Color Hex Logo

#dbf036 Color Hex

#DBF036
(219,240,54)
0 Favorites   0 Comments

Color spaces of #dbf036

RGB 21924054
HSL0.190.860.58
HSV67°78°94°
CMYK 0.090.000.78   0.06
XYZ61.039477.646615.2602
Yxy77.64660.39650.5044
Hunter Lab88.1173-30.557251.4142
CIE-Lab90.6184-28.181479.9373

#dbf036 color RGB value is (219,240,54).

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

The process color (four color CMYK) of #dbf036 color hex is 0.09, 0.00, 0.78, 0.06. Web safe color of #dbf036 is #ccff33. Color #dbf036 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11110000 00110110
Octal 333 360 66
Decimal 219 240 54
Hex DB F0 36

RGB Percentages of Color #dbf036

%42.69
%46.78
%10.53

CMYK Percentages of Color #dbf036

%9
%0
%78
%6

Triadic Colors of #dbf036

#dbf036 #36dbf0 #f036db

Analogous Colors of #dbf036

#dbf036 #7ef036 #f0a836

Monochromatic Colors of #dbf036

#dbf036

Complementary Color

#dbf036 #4b36f0

#dbf036 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbf036 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbf036 Color CSS Codes

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

#dbf036 Text Font Color

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

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


#dbf036 Background Color

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

This div background color is #dbf036


#dbf036 Border Color

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

This div border color is #dbf036


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbf036


Comments

No comments written yet.

Please login to write comment.