Color Hex Logo

#dbfdbd Color Hex

#DBFDBD
(219,253,189)
0 Favorites   0 Comments

Color spaces of #dbfdbd

RGB 219253189
HSL0.260.940.87
HSV92°25°99°
CMYK 0.130.000.25   0.01
XYZ73.524088.984861.4448
Yxy88.98480.32830.3973
Hunter Lab94.3318-25.954227.4125
CIE-Lab95.5741-21.935927.0949

#dbfdbd color RGB value is (219,253,189).

#dbfdbd hex color red value is 219, green value is 253 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #dbfdbd hue: 0.26 , saturation: 0.94 and the lightness value of dbfdbd is 0.87.

The process color (four color CMYK) of #dbfdbd color hex is 0.13, 0.00, 0.25, 0.01. Web safe color of #dbfdbd is #ccffcc. Color #dbfdbd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11111101 10111101
Octal 333 375 275
Decimal 219 253 189
Hex DB FD BD

RGB Percentages of Color #dbfdbd

%33.13
%38.28
%28.59

CMYK Percentages of Color #dbfdbd

%13
%0
%25
%1

Triadic Colors of #dbfdbd

#dbfdbd #bddbfd #fdbddb

Analogous Colors of #dbfdbd

#dbfdbd #bdfdbf #fbfdbd

Monochromatic Colors of #dbfdbd

#dbfdbd

Complementary Color

#dbfdbd #dfbdfd

#dbfdbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbfdbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbfdbd Color CSS Codes

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

#dbfdbd Text Font Color

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

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


#dbfdbd Background Color

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

This div background color is #dbfdbd


#dbfdbd Border Color

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

This div border color is #dbfdbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbfdbd


Comments

No comments written yet.

Please login to write comment.