Color Hex Logo

#dbf232 Color Hex

#DBF232
(219,242,50)
0 Favorites   0 Comments

Color spaces of #dbf232

RGB 21924250
HSL0.190.880.57
HSV67°79°95°
CMYK 0.100.000.79   0.05
XYZ61.541378.794614.9829
Yxy78.79460.39620.5073
Hunter Lab88.7663-31.587852.1288
CIE-Lab91.1413-29.256181.4719

#dbf232 color RGB value is (219,242,50).

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

The process color (four color CMYK) of #dbf232 color hex is 0.10, 0.00, 0.79, 0.05. Web safe color of #dbf232 is #ccff33. Color #dbf232 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11110010 00110010
Octal 333 362 62
Decimal 219 242 50
Hex DB F2 32

RGB Percentages of Color #dbf232

%42.86
%47.36
%9.78

CMYK Percentages of Color #dbf232

%10
%0
%79
%5

Triadic Colors of #dbf232

#dbf232 #32dbf2 #f232db

Analogous Colors of #dbf232

#dbf232 #7bf232 #f2a932

Monochromatic Colors of #dbf232

#dbf232

Complementary Color

#dbf232 #4932f2

#dbf232 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbf232 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbf232 Color CSS Codes

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

#dbf232 Text Font Color

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

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


#dbf232 Background Color

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

This div background color is #dbf232


#dbf232 Border Color

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

This div border color is #dbf232


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,242,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 #dbf232">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbf232


Comments

No comments written yet.

Please login to write comment.