Color Hex Logo

#dbf91d Color Hex

#DBF91D
(219,249,29)
0 Favorites   0 Comments

Color spaces of #dbf91d

RGB 21924929
HSL0.190.950.55
HSV68°88°98°
CMYK 0.120.000.88   0.02
XYZ63.310982.900113.8269
Yxy82.90010.39560.5180
Hunter Lab91.0495-35.217454.7308
CIE-Lab92.9707-33.034687.3530

#dbf91d color RGB value is (219,249,29).

#dbf91d hex color red value is 219, green value is 249 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #dbf91d hue: 0.19 , saturation: 0.95 and the lightness value of dbf91d is 0.55.

The process color (four color CMYK) of #dbf91d color hex is 0.12, 0.00, 0.88, 0.02. Web safe color of #dbf91d is #ccff33. Color #dbf91d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11111001 00011101
Octal 333 371 35
Decimal 219 249 29
Hex DB F9 1D

RGB Percentages of Color #dbf91d

%44.06
%50.10
%5.84

CMYK Percentages of Color #dbf91d

%12
%0
%88
%2

Triadic Colors of #dbf91d

#dbf91d #1ddbf9 #f91ddb

Analogous Colors of #dbf91d

#dbf91d #6df91d #f9a91d

Monochromatic Colors of #dbf91d

#dbf91d

Complementary Color

#dbf91d #3b1df9

#dbf91d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbf91d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbf91d Color CSS Codes

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

#dbf91d Text Font Color

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

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


#dbf91d Background Color

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

This div background color is #dbf91d


#dbf91d Border Color

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

This div border color is #dbf91d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbf91d

Related Colors


Comments

No comments written yet.

Please login to write comment.