Color Hex Logo

#dbf932 Color Hex

#DBF932
(219,249,50)
0 Favorites   0 Comments

Color spaces of #dbf932

RGB 21924950
HSL0.190.940.59
HSV69°80°98°
CMYK 0.120.000.80   0.02
XYZ63.664883.041715.6908
Yxy83.04170.39200.5113
Hunter Lab91.1272-34.766053.5802
CIE-Lab93.0327-32.489783.1318

#dbf932 color RGB value is (219,249,50).

#dbf932 hex color red value is 219, green value is 249 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #dbf932 hue: 0.19 , saturation: 0.94 and the lightness value of dbf932 is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11111001 00110010
Octal 333 371 62
Decimal 219 249 50
Hex DB F9 32

RGB Percentages of Color #dbf932

%42.28
%48.07
%9.65

CMYK Percentages of Color #dbf932

%12
%0
%80
%2

Triadic Colors of #dbf932

#dbf932 #32dbf9 #f932db

Analogous Colors of #dbf932

#dbf932 #78f932 #f9b432

Monochromatic Colors of #dbf932

#dbf932

Complementary Color

#dbf932 #5032f9

#dbf932 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbf932 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbf932 Color CSS Codes

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

#dbf932 Text Font Color

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

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


#dbf932 Background Color

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

This div background color is #dbf932


#dbf932 Border Color

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

This div border color is #dbf932


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbf932


Comments

No comments written yet.

Please login to write comment.