Color Hex Logo

#dbfeb8 Color Hex

#DBFEB8
(219,254,184)
0 Favorites   0 Comments

Color spaces of #dbfeb8

RGB 219254184
HSL0.250.970.86
HSV90°28°100°
CMYK 0.140.000.28   0.00
XYZ73.307089.404458.7405
Yxy89.40440.33100.4037
Hunter Lab94.5539-27.079529.3545
CIE-Lab95.7492-23.142629.8579

#dbfeb8 color RGB value is (219,254,184).

#dbfeb8 hex color red value is 219, green value is 254 and the blue value of its RGB is 184. Cylindrical-coordinate representations (also known as HSL) of color #dbfeb8 hue: 0.25 , saturation: 0.97 and the lightness value of dbfeb8 is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11111110 10111000
Octal 333 376 270
Decimal 219 254 184
Hex DB FE B8

RGB Percentages of Color #dbfeb8

%33.33
%38.66
%28.01

CMYK Percentages of Color #dbfeb8

%14
%0
%28
%0

Triadic Colors of #dbfeb8

#dbfeb8 #b8dbfe #feb8db

Analogous Colors of #dbfeb8

#dbfeb8 #b8feb8 #fefeb8

Monochromatic Colors of #dbfeb8

#dbfeb8

Complementary Color

#dbfeb8 #dbb8fe

#dbfeb8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbfeb8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbfeb8 Color CSS Codes

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

#dbfeb8 Text Font Color

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

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


#dbfeb8 Background Color

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

This div background color is #dbfeb8


#dbfeb8 Border Color

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

This div border color is #dbfeb8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbfeb8


Comments

No comments written yet.

Please login to write comment.