Color Hex Logo

#dbf989 Color Hex

#DBF989
(219,249,137)
0 Favorites   0 Comments

Color spaces of #dbf989

RGB 219249137
HSL0.210.900.76
HSV76°45°98°
CMYK 0.120.000.45   0.02
XYZ67.604584.617636.4366
Yxy84.61760.35830.4485
Hunter Lab91.9878-29.793940.9066
CIE-Lab93.7181-26.600050.3159

#dbf989 color RGB value is (219,249,137).

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

The process color (four color CMYK) of #dbf989 color hex is 0.12, 0.00, 0.45, 0.02. Web safe color of #dbf989 is #ccff99. Color #dbf989 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11111001 10001001
Octal 333 371 211
Decimal 219 249 137
Hex DB F9 89

RGB Percentages of Color #dbf989

%36.20
%41.16
%22.64

CMYK Percentages of Color #dbf989

%12
%0
%45
%2

Triadic Colors of #dbf989

#dbf989 #89dbf9 #f989db

Analogous Colors of #dbf989

#dbf989 #a3f989 #f9df89

Monochromatic Colors of #dbf989

#dbf989

Complementary Color

#dbf989 #a789f9

#dbf989 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbf989 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbf989 Color CSS Codes

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

#dbf989 Text Font Color

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

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


#dbf989 Background Color

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

This div background color is #dbf989


#dbf989 Border Color

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

This div border color is #dbf989


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbf989

Related Colors


Comments

No comments written yet.

Please login to write comment.