Color Hex Logo

#dbf392 Color Hex

#DBF392
(219,243,146)
0 Favorites   0 Comments

Color spaces of #dbf392

RGB 219243146
HSL0.210.800.76
HSV75°40°95°
CMYK 0.100.000.40   0.05
XYZ66.452381.236639.3719
Yxy81.23660.35520.4343
Hunter Lab90.1313-26.124937.1924
CIE-Lab92.2369-22.765644.1293

#dbf392 color RGB value is (219,243,146).

#dbf392 hex color red value is 219, green value is 243 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #dbf392 hue: 0.21 , saturation: 0.80 and the lightness value of dbf392 is 0.76.

The process color (four color CMYK) of #dbf392 color hex is 0.10, 0.00, 0.40, 0.05. Web safe color of #dbf392 is #ccff99. Color #dbf392 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11110011 10010010
Octal 333 363 222
Decimal 219 243 146
Hex DB F3 92

RGB Percentages of Color #dbf392

%36.02
%39.97
%24.01

CMYK Percentages of Color #dbf392

%10
%0
%40
%5

Triadic Colors of #dbf392

#dbf392 #92dbf3 #f392db

Analogous Colors of #dbf392

#dbf392 #abf392 #f3db92

Monochromatic Colors of #dbf392

#dbf392

Complementary Color

#dbf392 #aa92f3

#dbf392 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbf392 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbf392 Color CSS Codes

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

#dbf392 Text Font Color

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

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


#dbf392 Background Color

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

This div background color is #dbf392


#dbf392 Border Color

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

This div border color is #dbf392


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbf392


Comments

No comments written yet.

Please login to write comment.