Color Hex Logo

#dbdf1b Color Hex

#DBDF1B
(219,223,27)
0 Favorites   0 Comments

Color spaces of #dbdf1b

RGB 21922327
HSL0.170.780.49
HSV61°88°87°
CMYK 0.020.000.88   0.13
XYZ55.798967.914611.2048
Yxy67.91460.41360.5034
Hunter Lab82.4103-23.358149.6259
CIE-Lab85.9637-20.834782.0769

#dbdf1b color RGB value is (219,223,27).

#dbdf1b hex color red value is 219, green value is 223 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #dbdf1b hue: 0.17 , saturation: 0.78 and the lightness value of dbdf1b is 0.49.

The process color (four color CMYK) of #dbdf1b color hex is 0.02, 0.00, 0.88, 0.13. Web safe color of #dbdf1b is #cccc33. Color #dbdf1b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11011111 00011011
Octal 333 337 33
Decimal 219 223 27
Hex DB DF 1B

RGB Percentages of Color #dbdf1b

%46.70
%47.55
%5.76

CMYK Percentages of Color #dbdf1b

%2
%0
%88
%13

Triadic Colors of #dbdf1b

#dbdf1b #1bdbdf #df1bdb

Analogous Colors of #dbdf1b

#dbdf1b #79df1b #df811b

Monochromatic Colors of #dbdf1b

#dbdf1b

Complementary Color

#dbdf1b #1f1bdf

#dbdf1b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbdf1b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbdf1b Color CSS Codes

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

#dbdf1b Text Font Color

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

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


#dbdf1b Background Color

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

This div background color is #dbdf1b


#dbdf1b Border Color

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

This div border color is #dbdf1b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbdf1b


Comments

No comments written yet.

Please login to write comment.