Color Hex Logo

#dbfd7d Color Hex

#DBFD7D
(219,253,125)
0 Favorites   0 Comments

Color spaces of #dbfd7d

RGB 219253125
HSL0.210.970.74
HSV76°51°99°
CMYK 0.130.000.51   0.01
XYZ68.040486.791332.5683
Yxy86.79130.36310.4631
Hunter Lab93.1618-32.666444.4862
CIE-Lab94.6497-29.658157.0208

#dbfd7d color RGB value is (219,253,125).

#dbfd7d hex color red value is 219, green value is 253 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #dbfd7d hue: 0.21 , saturation: 0.97 and the lightness value of dbfd7d is 0.74.

The process color (four color CMYK) of #dbfd7d color hex is 0.13, 0.00, 0.51, 0.01. Web safe color of #dbfd7d is #ccff66. Color #dbfd7d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11111101 01111101
Octal 333 375 175
Decimal 219 253 125
Hex DB FD 7D

RGB Percentages of Color #dbfd7d

%36.68
%42.38
%20.94

CMYK Percentages of Color #dbfd7d

%13
%0
%51
%1

Triadic Colors of #dbfd7d

#dbfd7d #7ddbfd #fd7ddb

Analogous Colors of #dbfd7d

#dbfd7d #9bfd7d #fddf7d

Monochromatic Colors of #dbfd7d

#dbfd7d

Complementary Color

#dbfd7d #9f7dfd

#dbfd7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbfd7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbfd7d Color CSS Codes

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

#dbfd7d Text Font Color

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

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


#dbfd7d Background Color

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

This div background color is #dbfd7d


#dbfd7d Border Color

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

This div border color is #dbfd7d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbfd7d

Related Colors


Comments

No comments written yet.

Please login to write comment.