Color Hex Logo

#dbf05e Color Hex

#DBF05E
(219,240,94)
0 Favorites   0 Comments

Color spaces of #dbf05e

RGB 21924094
HSL0.190.830.65
HSV69°61°94°
CMYK 0.090.000.61   0.06
XYZ62.393978.188422.3930
Yxy78.18840.38280.4798
Hunter Lab88.4242-28.789246.8820
CIE-Lab90.8658-26.080366.1974

#dbf05e color RGB value is (219,240,94).

#dbf05e hex color red value is 219, green value is 240 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #dbf05e hue: 0.19 , saturation: 0.83 and the lightness value of dbf05e is 0.65.

The process color (four color CMYK) of #dbf05e color hex is 0.09, 0.00, 0.61, 0.06. Web safe color of #dbf05e is #ccff66. Color #dbf05e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11110000 01011110
Octal 333 360 136
Decimal 219 240 94
Hex DB F0 5E

RGB Percentages of Color #dbf05e

%39.60
%43.40
%17.00

CMYK Percentages of Color #dbf05e

%9
%0
%61
%6

Triadic Colors of #dbf05e

#dbf05e #5edbf0 #f05edb

Analogous Colors of #dbf05e

#dbf05e #92f05e #f0bc5e

Monochromatic Colors of #dbf05e

#dbf05e

Complementary Color

#dbf05e #735ef0

#dbf05e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbf05e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbf05e Color CSS Codes

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

#dbf05e Text Font Color

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

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


#dbf05e Background Color

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

This div background color is #dbf05e


#dbf05e Border Color

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

This div border color is #dbf05e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbf05e


Comments

No comments written yet.

Please login to write comment.