Color Hex Logo

#dbf65f Color Hex

#DBF65F
(219,246,95)
0 Favorites   0 Comments

Color spaces of #dbf65f

RGB 21924695
HSL0.200.890.67
HSV71°61°96°
CMYK 0.110.000.61   0.04
XYZ64.234781.797823.2295
Yxy81.79780.37950.4833
Hunter Lab90.4421-31.497748.0812
CIE-Lab92.4855-28.829867.5380

#dbf65f color RGB value is (219,246,95).

#dbf65f hex color red value is 219, green value is 246 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #dbf65f hue: 0.20 , saturation: 0.89 and the lightness value of dbf65f is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11110110 01011111
Octal 333 366 137
Decimal 219 246 95
Hex DB F6 5F

RGB Percentages of Color #dbf65f

%39.11
%43.93
%16.96

CMYK Percentages of Color #dbf65f

%11
%0
%61
%4

Triadic Colors of #dbf65f

#dbf65f #5fdbf6 #f65fdb

Analogous Colors of #dbf65f

#dbf65f #90f65f #f6c65f

Monochromatic Colors of #dbf65f

#dbf65f

Complementary Color

#dbf65f #7a5ff6

#dbf65f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbf65f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbf65f Color CSS Codes

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

#dbf65f Text Font Color

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

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


#dbf65f Background Color

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

This div background color is #dbf65f


#dbf65f Border Color

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

This div border color is #dbf65f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbf65f


Comments

No comments written yet.

Please login to write comment.