Color Hex Logo

#dbfbc1 Color Hex

#DBFBC1
(219,251,193)
0 Favorites   0 Comments

Color spaces of #dbfbc1

RGB 219251193
HSL0.260.880.87
HSV93°23°98°
CMYK 0.130.000.23   0.02
XYZ73.336287.904763.5541
Yxy87.90470.32620.3910
Hunter Lab93.7575-24.454725.4402
CIE-Lab95.1208-20.373224.4434

#dbfbc1 color RGB value is (219,251,193).

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

The process color (four color CMYK) of #dbfbc1 color hex is 0.13, 0.00, 0.23, 0.02. Web safe color of #dbfbc1 is #ccffcc. Color #dbfbc1 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11111011 11000001
Octal 333 373 301
Decimal 219 251 193
Hex DB FB C1

RGB Percentages of Color #dbfbc1

%33.03
%37.86
%29.11

CMYK Percentages of Color #dbfbc1

%13
%0
%23
%2

Triadic Colors of #dbfbc1

#dbfbc1 #c1dbfb #fbc1db

Analogous Colors of #dbfbc1

#dbfbc1 #c1fbc4 #f8fbc1

Monochromatic Colors of #dbfbc1

#dbfbc1

Complementary Color

#dbfbc1 #e1c1fb

#dbfbc1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbfbc1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbfbc1 Color CSS Codes

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

#dbfbc1 Text Font Color

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

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


#dbfbc1 Background Color

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

This div background color is #dbfbc1


#dbfbc1 Border Color

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

This div border color is #dbfbc1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbfbc1


Comments

No comments written yet.

Please login to write comment.