Color Hex Logo

#dbfc8d Color Hex

#DBFC8D
(219,252,141)
0 Favorites   0 Comments

Color spaces of #dbfc8d

RGB 219252141
HSL0.220.950.77
HSV78°44°99°
CMYK 0.130.000.44   0.01
XYZ68.831586.604038.2877
Yxy86.60400.35530.4471
Hunter Lab93.0613-30.832140.7495
CIE-Lab94.5700-27.588049.4721

#dbfc8d color RGB value is (219,252,141).

#dbfc8d hex color red value is 219, green value is 252 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #dbfc8d hue: 0.22 , saturation: 0.95 and the lightness value of dbfc8d is 0.77.

The process color (four color CMYK) of #dbfc8d color hex is 0.13, 0.00, 0.44, 0.01. Web safe color of #dbfc8d is #ccff99. Color #dbfc8d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11111100 10001101
Octal 333 374 215
Decimal 219 252 141
Hex DB FC 8D

RGB Percentages of Color #dbfc8d

%35.78
%41.18
%23.04

CMYK Percentages of Color #dbfc8d

%13
%0
%44
%1

Triadic Colors of #dbfc8d

#dbfc8d #8ddbfc #fc8ddb

Analogous Colors of #dbfc8d

#dbfc8d #a4fc8d #fce68d

Monochromatic Colors of #dbfc8d

#dbfc8d

Complementary Color

#dbfc8d #ae8dfc

#dbfc8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbfc8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbfc8d Color CSS Codes

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

#dbfc8d Text Font Color

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

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


#dbfc8d Background Color

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

This div background color is #dbfc8d


#dbfc8d Border Color

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

This div border color is #dbfc8d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbfc8d

Related Colors


Comments

No comments written yet.

Please login to write comment.