Color Hex Logo

#dbdf8f Color Hex

#DBDF8F
(219,223,143)
0 Favorites   0 Comments

Color spaces of #dbdf8f

RGB 219223143
HSL0.180.560.72
HSV63°36°87°
CMYK 0.020.000.36   0.13
XYZ60.559069.818636.2711
Yxy69.81860.36340.4190
Hunter Lab83.5575-16.856332.7533
CIE-Lab86.9078-13.322338.7846

#dbdf8f color RGB value is (219,223,143).

#dbdf8f hex color red value is 219, green value is 223 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #dbdf8f hue: 0.18 , saturation: 0.56 and the lightness value of dbdf8f is 0.72.

The process color (four color CMYK) of #dbdf8f color hex is 0.02, 0.00, 0.36, 0.13. Web safe color of #dbdf8f is #cccc99. Color #dbdf8f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11011111 10001111
Octal 333 337 217
Decimal 219 223 143
Hex DB DF 8F

RGB Percentages of Color #dbdf8f

%37.44
%38.12
%24.44

CMYK Percentages of Color #dbdf8f

%2
%0
%36
%13

Triadic Colors of #dbdf8f

#dbdf8f #8fdbdf #df8fdb

Analogous Colors of #dbdf8f

#dbdf8f #b3df8f #dfbb8f

Monochromatic Colors of #dbdf8f

#dbdf8f

Complementary Color

#dbdf8f #938fdf

#dbdf8f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbdf8f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbdf8f Color CSS Codes

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

#dbdf8f Text Font Color

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

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


#dbdf8f Background Color

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

This div background color is #dbdf8f


#dbdf8f Border Color

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

This div border color is #dbdf8f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbdf8f


Comments

No comments written yet.

Please login to write comment.