Color Hex Logo

#dbfe89 Color Hex

#DBFE89
(219,254,137)
0 Favorites   0 Comments

Color spaces of #dbfe89

RGB 219254137
HSL0.220.980.77
HSV78°46°100°
CMYK 0.140.000.46   0.00
XYZ69.170687.749836.9586
Yxy87.74980.35680.4526
Hunter Lab93.6749-32.124642.1801
CIE-Lab95.0555-28.944551.9618

#dbfe89 color RGB value is (219,254,137).

#dbfe89 hex color red value is 219, green value is 254 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #dbfe89 hue: 0.22 , saturation: 0.98 and the lightness value of dbfe89 is 0.77.

The process color (four color CMYK) of #dbfe89 color hex is 0.14, 0.00, 0.46, 0.00. Web safe color of #dbfe89 is #ccff99. Color #dbfe89 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11111110 10001001
Octal 333 376 211
Decimal 219 254 137
Hex DB FE 89

RGB Percentages of Color #dbfe89

%35.90
%41.64
%22.46

CMYK Percentages of Color #dbfe89

%14
%0
%46
%0

Triadic Colors of #dbfe89

#dbfe89 #89dbfe #fe89db

Analogous Colors of #dbfe89

#dbfe89 #a1fe89 #fee789

Monochromatic Colors of #dbfe89

#dbfe89

Complementary Color

#dbfe89 #ac89fe

#dbfe89 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbfe89 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbfe89 Color CSS Codes

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

#dbfe89 Text Font Color

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

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


#dbfe89 Background Color

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

This div background color is #dbfe89


#dbfe89 Border Color

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

This div border color is #dbfe89


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbfe89

Related Colors


Comments

No comments written yet.

Please login to write comment.