Color Hex Logo

#dbfdc5 Color Hex

#DBFDC5
(219,253,197)
0 Favorites   0 Comments

Color spaces of #dbfdc5

RGB 219253197
HSL0.270.930.88
HSV96°22°99°
CMYK 0.130.000.22   0.01
XYZ74.416789.341866.1458
Yxy89.34180.32370.3886
Hunter Lab94.5208-24.877424.6733
CIE-Lab95.7231-20.728023.2400

#dbfdc5 color RGB value is (219,253,197).

#dbfdc5 hex color red value is 219, green value is 253 and the blue value of its RGB is 197. Cylindrical-coordinate representations (also known as HSL) of color #dbfdc5 hue: 0.27 , saturation: 0.93 and the lightness value of dbfdc5 is 0.88.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11111101 11000101
Octal 333 375 305
Decimal 219 253 197
Hex DB FD C5

RGB Percentages of Color #dbfdc5

%32.74
%37.82
%29.45

CMYK Percentages of Color #dbfdc5

%13
%0
%22
%1

Triadic Colors of #dbfdc5

#dbfdc5 #c5dbfd #fdc5db

Analogous Colors of #dbfdc5

#dbfdc5 #c5fdcb #f7fdc5

Monochromatic Colors of #dbfdc5

#dbfdc5

Complementary Color

#dbfdc5 #e7c5fd

#dbfdc5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbfdc5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbfdc5 Color CSS Codes

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

#dbfdc5 Text Font Color

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

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


#dbfdc5 Background Color

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

This div background color is #dbfdc5


#dbfdc5 Border Color

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

This div border color is #dbfdc5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbfdc5


Comments

No comments written yet.

Please login to write comment.