Color Hex Logo

#dbf150 Color Hex

#DBF150
(219,241,80)
0 Favorites   0 Comments

Color spaces of #dbf150

RGB 21924180
HSL0.190.850.63
HSV68°67°95°
CMYK 0.090.000.67   0.05
XYZ62.116778.549919.4772
Yxy78.54990.38790.4905
Hunter Lab88.6284-29.994949.0101
CIE-Lab91.0302-27.433671.8449

#dbf150 color RGB value is (219,241,80).

#dbf150 hex color red value is 219, green value is 241 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #dbf150 hue: 0.19 , saturation: 0.85 and the lightness value of dbf150 is 0.63.

The process color (four color CMYK) of #dbf150 color hex is 0.09, 0.00, 0.67, 0.05. Web safe color of #dbf150 is #ccff66. Color #dbf150 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11110001 01010000
Octal 333 361 120
Decimal 219 241 80
Hex DB F1 50

RGB Percentages of Color #dbf150

%40.56
%44.63
%14.81

CMYK Percentages of Color #dbf150

%9
%0
%67
%5

Triadic Colors of #dbf150

#dbf150 #50dbf1 #f150db

Analogous Colors of #dbf150

#dbf150 #8bf150 #f1b750

Monochromatic Colors of #dbf150

#dbf150

Complementary Color

#dbf150 #6650f1

#dbf150 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbf150 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbf150 Color CSS Codes

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

#dbf150 Text Font Color

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

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


#dbf150 Background Color

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

This div background color is #dbf150


#dbf150 Border Color

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

This div border color is #dbf150


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbf150


Comments

No comments written yet.

Please login to write comment.