Color Hex Logo

#dbfad3 Color Hex

#DBFAD3
(219,250,211)
0 Favorites   0 Comments

Color spaces of #dbfad3

RGB 219250211
HSL0.300.800.90
HSV108°16°98°
CMYK 0.120.000.16   0.02
XYZ75.156988.134474.6785
Yxy88.13440.31580.3704
Hunter Lab93.8799-21.389218.5526
CIE-Lab95.2175-17.025915.3774

#dbfad3 color RGB value is (219,250,211).

#dbfad3 hex color red value is 219, green value is 250 and the blue value of its RGB is 211. Cylindrical-coordinate representations (also known as HSL) of color #dbfad3 hue: 0.30 , saturation: 0.80 and the lightness value of dbfad3 is 0.90.

The process color (four color CMYK) of #dbfad3 color hex is 0.12, 0.00, 0.16, 0.02. Web safe color of #dbfad3 is #ccffcc. Color #dbfad3 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11111010 11010011
Octal 333 372 323
Decimal 219 250 211
Hex DB FA D3

RGB Percentages of Color #dbfad3

%32.21
%36.76
%31.03

CMYK Percentages of Color #dbfad3

%12
%0
%16
%2

Triadic Colors of #dbfad3

#dbfad3 #d3dbfa #fad3db

Analogous Colors of #dbfad3

#dbfad3 #d3fadf #effad3

Monochromatic Colors of #dbfad3

#dbfad3

Complementary Color

#dbfad3 #f2d3fa

#dbfad3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbfad3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbfad3 Color CSS Codes

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

#dbfad3 Text Font Color

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

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


#dbfad3 Background Color

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

This div background color is #dbfad3


#dbfad3 Border Color

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

This div border color is #dbfad3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbfad3


Comments

No comments written yet.

Please login to write comment.