Color Hex Logo

#dbffb1 Color Hex

#DBFFB1
(219,255,177)
0 Favorites   0 Comments

Color spaces of #dbffb1

RGB 219255177
HSL0.241.000.85
HSV88°31°100°
CMYK 0.140.000.31   0.00
XYZ72.909289.754455.0766
Yxy89.75440.33480.4122
Hunter Lab94.7388-28.422731.8488
CIE-Lab95.8948-24.601233.5671

#dbffb1 color RGB value is (219,255,177).

#dbffb1 hex color red value is 219, green value is 255 and the blue value of its RGB is 177. Cylindrical-coordinate representations (also known as HSL) of color #dbffb1 hue: 0.24 , saturation: 1.00 and the lightness value of dbffb1 is 0.85.

The process color (four color CMYK) of #dbffb1 color hex is 0.14, 0.00, 0.31, 0.00. Web safe color of #dbffb1 is #ccff99. Color #dbffb1 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11111111 10110001
Octal 333 377 261
Decimal 219 255 177
Hex DB FF B1

RGB Percentages of Color #dbffb1

%33.64
%39.17
%27.19

CMYK Percentages of Color #dbffb1

%14
%0
%31
%0

Triadic Colors of #dbffb1

#dbffb1 #b1dbff #ffb1db

Analogous Colors of #dbffb1

#dbffb1 #b4ffb1 #fffcb1

Monochromatic Colors of #dbffb1

#dbffb1

Complementary Color

#dbffb1 #d5b1ff

#dbffb1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbffb1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbffb1 Color CSS Codes

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

#dbffb1 Text Font Color

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

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


#dbffb1 Background Color

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

This div background color is #dbffb1


#dbffb1 Border Color

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

This div border color is #dbffb1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbffb1

#dbffb1 Color Palettes


Comments

No comments written yet.

Please login to write comment.