Color Hex Logo

#dbfd3d Color Hex

#DBFD3D
(219,253,61)
0 Favorites   0 Comments

Color spaces of #dbfd3d

RGB 21925361
HSL0.200.980.62
HSV71°76°99°
CMYK 0.130.000.76   0.01
XYZ65.181085.647617.5111
Yxy85.64760.38720.5088
Hunter Lab92.5460-36.236353.5636
CIE-Lab94.1615-33.909481.1706

#dbfd3d color RGB value is (219,253,61).

#dbfd3d hex color red value is 219, green value is 253 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #dbfd3d hue: 0.20 , saturation: 0.98 and the lightness value of dbfd3d is 0.62.

The process color (four color CMYK) of #dbfd3d color hex is 0.13, 0.00, 0.76, 0.01. Web safe color of #dbfd3d is #ccff33. Color #dbfd3d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11111101 00111101
Octal 333 375 75
Decimal 219 253 61
Hex DB FD 3D

RGB Percentages of Color #dbfd3d

%41.09
%47.47
%11.44

CMYK Percentages of Color #dbfd3d

%13
%0
%76
%1

Triadic Colors of #dbfd3d

#dbfd3d #3ddbfd #fd3ddb

Analogous Colors of #dbfd3d

#dbfd3d #7bfd3d #fdbf3d

Monochromatic Colors of #dbfd3d

#dbfd3d

Complementary Color

#dbfd3d #5f3dfd

#dbfd3d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbfd3d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbfd3d Color CSS Codes

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

#dbfd3d Text Font Color

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

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


#dbfd3d Background Color

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

This div background color is #dbfd3d


#dbfd3d Border Color

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

This div border color is #dbfd3d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbfd3d


Comments

No comments written yet.

Please login to write comment.