Color Hex Logo

#dbf98f Color Hex

#DBF98F
(219,249,143)
0 Favorites   0 Comments

Color spaces of #dbf98f

RGB 219249143
HSL0.210.900.77
HSV77°43°98°
CMYK 0.120.000.43   0.02
XYZ68.047084.794638.7671
Yxy84.79460.35510.4425
Hunter Lab92.0840-29.241439.4979
CIE-Lab93.7945-25.957847.5483

#dbf98f color RGB value is (219,249,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11111001 10001111
Octal 333 371 217
Decimal 219 249 143
Hex DB F9 8F

RGB Percentages of Color #dbf98f

%35.84
%40.75
%23.40

CMYK Percentages of Color #dbf98f

%12
%0
%43
%2

Triadic Colors of #dbf98f

#dbf98f #8fdbf9 #f98fdb

Analogous Colors of #dbf98f

#dbf98f #a6f98f #f9e28f

Monochromatic Colors of #dbf98f

#dbf98f

Complementary Color

#dbf98f #ad8ff9

#dbf98f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbf98f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbf98f Color CSS Codes

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

#dbf98f Text Font Color

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

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


#dbf98f Background Color

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

This div background color is #dbf98f


#dbf98f Border Color

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

This div border color is #dbf98f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbf98f


Comments

No comments written yet.

Please login to write comment.