Color Hex Logo

#dbfdd1 Color Hex

#DBFDD1
(219,253,209)
0 Favorites   0 Comments

Color spaces of #dbfdd1

RGB 219253209
HSL0.300.920.91
HSV106°17°99°
CMYK 0.130.000.17   0.01
XYZ75.847389.914173.6792
Yxy89.91410.31680.3755
Hunter Lab94.8230-23.161320.3067
CIE-Lab95.9611-18.819717.4497

#dbfdd1 color RGB value is (219,253,209).

#dbfdd1 hex color red value is 219, green value is 253 and the blue value of its RGB is 209. Cylindrical-coordinate representations (also known as HSL) of color #dbfdd1 hue: 0.30 , saturation: 0.92 and the lightness value of dbfdd1 is 0.91.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11111101 11010001
Octal 333 375 321
Decimal 219 253 209
Hex DB FD D1

RGB Percentages of Color #dbfdd1

%32.16
%37.15
%30.69

CMYK Percentages of Color #dbfdd1

%13
%0
%17
%1

Triadic Colors of #dbfdd1

#dbfdd1 #d1dbfd #fdd1db

Analogous Colors of #dbfdd1

#dbfdd1 #d1fddd #f1fdd1

Monochromatic Colors of #dbfdd1

#dbfdd1

Complementary Color

#dbfdd1 #f3d1fd

#dbfdd1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbfdd1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbfdd1 Color CSS Codes

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

#dbfdd1 Text Font Color

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

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


#dbfdd1 Background Color

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

This div background color is #dbfdd1


#dbfdd1 Border Color

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

This div border color is #dbfdd1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbfdd1

Related Colors


Comments

No comments written yet.

Please login to write comment.