Color Hex Logo

#dbfdad Color Hex

#DBFDAD
(219,253,173)
0 Favorites   0 Comments

Color spaces of #dbfdad

RGB 219253173
HSL0.240.950.84
HSV85°32°99°
CMYK 0.130.000.32   0.01
XYZ71.881588.327852.7956
Yxy88.32780.33750.4147
Hunter Lab93.9829-27.946832.4814
CIE-Lab95.2988-24.193034.7705

#dbfdad color RGB value is (219,253,173).

#dbfdad hex color red value is 219, green value is 253 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #dbfdad hue: 0.24 , saturation: 0.95 and the lightness value of dbfdad is 0.84.

The process color (four color CMYK) of #dbfdad color hex is 0.13, 0.00, 0.32, 0.01. Web safe color of #dbfdad is #ccff99. Color #dbfdad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11111101 10101101
Octal 333 375 255
Decimal 219 253 173
Hex DB FD AD

RGB Percentages of Color #dbfdad

%33.95
%39.22
%26.82

CMYK Percentages of Color #dbfdad

%13
%0
%32
%1

Triadic Colors of #dbfdad

#dbfdad #addbfd #fdaddb

Analogous Colors of #dbfdad

#dbfdad #b3fdad #fdf7ad

Monochromatic Colors of #dbfdad

#dbfdad

Complementary Color

#dbfdad #cfadfd

#dbfdad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbfdad Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbfdad Color CSS Codes

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

#dbfdad Text Font Color

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

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


#dbfdad Background Color

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

This div background color is #dbfdad


#dbfdad Border Color

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

This div border color is #dbfdad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbfdad

Related Colors


Comments

No comments written yet.

Please login to write comment.