Color Hex Logo

#dbfe9d Color Hex

#DBFE9D
(219,254,157)
0 Favorites   0 Comments

Color spaces of #dbfe9d

RGB 219254157
HSL0.230.980.81
HSV82°38°100°
CMYK 0.140.000.38   0.00
XYZ70.741088.378045.2285
Yxy88.37800.34620.4325
Hunter Lab94.0096-30.197837.2820
CIE-Lab95.3199-26.706042.7038

#dbfe9d color RGB value is (219,254,157).

#dbfe9d hex color red value is 219, green value is 254 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #dbfe9d hue: 0.23 , saturation: 0.98 and the lightness value of dbfe9d is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11111110 10011101
Octal 333 376 235
Decimal 219 254 157
Hex DB FE 9D

RGB Percentages of Color #dbfe9d

%34.76
%40.32
%24.92

CMYK Percentages of Color #dbfe9d

%14
%0
%38
%0

Triadic Colors of #dbfe9d

#dbfe9d #9ddbfe #fe9ddb

Analogous Colors of #dbfe9d

#dbfe9d #abfe9d #fef19d

Monochromatic Colors of #dbfe9d

#dbfe9d

Complementary Color

#dbfe9d #c09dfe

#dbfe9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbfe9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbfe9d Color CSS Codes

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

#dbfe9d Text Font Color

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

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


#dbfe9d Background Color

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

This div background color is #dbfe9d


#dbfe9d Border Color

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

This div border color is #dbfe9d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbfe9d

Related Colors


Comments

No comments written yet.

Please login to write comment.