Color Hex Logo

#dbf56d Color Hex

#DBF56D
(219,245,109)
0 Favorites   0 Comments

Color spaces of #dbf56d

RGB 219245109
HSL0.200.870.69
HSV71°56°96°
CMYK 0.110.000.56   0.04
XYZ64.626181.469026.7869
Yxy81.46900.37380.4712
Hunter Lab90.2602-30.149745.5864
CIE-Lab92.3400-27.313061.4739

#dbf56d color RGB value is (219,245,109).

#dbf56d hex color red value is 219, green value is 245 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #dbf56d hue: 0.20 , saturation: 0.87 and the lightness value of dbf56d is 0.69.

The process color (four color CMYK) of #dbf56d color hex is 0.11, 0.00, 0.56, 0.04. Web safe color of #dbf56d is #ccff66. Color #dbf56d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11110101 01101101
Octal 333 365 155
Decimal 219 245 109
Hex DB F5 6D

RGB Percentages of Color #dbf56d

%38.22
%42.76
%19.02

CMYK Percentages of Color #dbf56d

%11
%0
%56
%4

Triadic Colors of #dbf56d

#dbf56d #6ddbf5 #f56ddb

Analogous Colors of #dbf56d

#dbf56d #97f56d #f5cb6d

Monochromatic Colors of #dbf56d

#dbf56d

Complementary Color

#dbf56d #876df5

#dbf56d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbf56d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbf56d Color CSS Codes

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

#dbf56d Text Font Color

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

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


#dbf56d Background Color

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

This div background color is #dbf56d


#dbf56d Border Color

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

This div border color is #dbf56d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbf56d


Comments

No comments written yet.

Please login to write comment.