Color Hex Logo

#dbf292 Color Hex

#DBF292
(219,242,146)
0 Favorites   0 Comments

Color spaces of #dbf292

RGB 219242146
HSL0.210.790.76
HSV74°40°95°
CMYK 0.100.000.40   0.05
XYZ66.153980.639739.2725
Yxy80.63970.35550.4334
Hunter Lab89.7996-25.651336.9301
CIE-Lab91.9711-22.285443.7912

#dbf292 color RGB value is (219,242,146).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11110010 10010010
Octal 333 362 222
Decimal 219 242 146
Hex DB F2 92

RGB Percentages of Color #dbf292

%36.08
%39.87
%24.05

CMYK Percentages of Color #dbf292

%10
%0
%40
%5

Triadic Colors of #dbf292

#dbf292 #92dbf2 #f292db

Analogous Colors of #dbf292

#dbf292 #abf292 #f2d992

Monochromatic Colors of #dbf292

#dbf292

Complementary Color

#dbf292 #a992f2

#dbf292 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbf292 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbf292 Color CSS Codes

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

#dbf292 Text Font Color

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

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


#dbf292 Background Color

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

This div background color is #dbf292


#dbf292 Border Color

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

This div border color is #dbf292


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbf292


Comments

No comments written yet.

Please login to write comment.