Color Hex Logo

#dbf239 Color Hex

#DBF239
(219,242,57)
0 Favorites   0 Comments

Color spaces of #dbf239

RGB 21924257
HSL0.190.880.59
HSV67°76°95°
CMYK 0.100.000.76   0.05
XYZ61.704178.859715.8402
Yxy78.85970.39450.5042
Hunter Lab88.8030-31.375851.5863
CIE-Lab91.1708-29.002279.5898

#dbf239 color RGB value is (219,242,57).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11110010 00111001
Octal 333 362 71
Decimal 219 242 57
Hex DB F2 39

RGB Percentages of Color #dbf239

%42.28
%46.72
%11.00

CMYK Percentages of Color #dbf239

%10
%0
%76
%5

Triadic Colors of #dbf239

#dbf239 #39dbf2 #f239db

Analogous Colors of #dbf239

#dbf239 #7ff239 #f2ad39

Monochromatic Colors of #dbf239

#dbf239

Complementary Color

#dbf239 #5039f2

#dbf239 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbf239 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbf239 Color CSS Codes

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

#dbf239 Text Font Color

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

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


#dbf239 Background Color

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

This div background color is #dbf239


#dbf239 Border Color

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

This div border color is #dbf239


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbf239


Comments

No comments written yet.

Please login to write comment.