Color Hex Logo

#dbffb4 Color Hex

#DBFFB4
(219,255,180)
0 Favorites   0 Comments

Color spaces of #dbffb4

RGB 219255180
HSL0.251.000.85
HSV89°29°100°
CMYK 0.140.000.29   0.00
XYZ73.211689.875456.6690
Yxy89.87540.33310.4090
Hunter Lab94.8026-28.057530.9208
CIE-Lab95.9451-24.186032.1325

#dbffb4 color RGB value is (219,255,180).

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

The process color (four color CMYK) of #dbffb4 color hex is 0.14, 0.00, 0.29, 0.00. Web safe color of #dbffb4 is #ccffcc. Color #dbffb4 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11111111 10110100
Octal 333 377 264
Decimal 219 255 180
Hex DB FF B4

RGB Percentages of Color #dbffb4

%33.49
%38.99
%27.52

CMYK Percentages of Color #dbffb4

%14
%0
%29
%0

Triadic Colors of #dbffb4

#dbffb4 #b4dbff #ffb4db

Analogous Colors of #dbffb4

#dbffb4 #b6ffb4 #fffeb4

Monochromatic Colors of #dbffb4

#dbffb4

Complementary Color

#dbffb4 #d8b4ff

#dbffb4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbffb4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbffb4 Color CSS Codes

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

#dbffb4 Text Font Color

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

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


#dbffb4 Background Color

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

This div background color is #dbffb4


#dbffb4 Border Color

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

This div border color is #dbffb4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbffb4

Related Colors

#dbffb4 Color Palettes


Comments

No comments written yet.

Please login to write comment.