Color Hex Logo

#dbe61b Color Hex

#DBE61B
(219,230,27)
0 Favorites   0 Comments

Color spaces of #dbe61b

RGB 21923027
HSL0.180.800.50
HSV63°88°90°
CMYK 0.050.000.88   0.10
XYZ57.708171.732811.8412
Yxy71.73280.40850.5077
Hunter Lab84.6952-26.593550.9973
CIE-Lab87.8398-24.199883.5697

#dbe61b color RGB value is (219,230,27).

#dbe61b hex color red value is 219, green value is 230 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #dbe61b hue: 0.18 , saturation: 0.80 and the lightness value of dbe61b is 0.50.

The process color (four color CMYK) of #dbe61b color hex is 0.05, 0.00, 0.88, 0.10. Web safe color of #dbe61b is #ccff33. Color #dbe61b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11100110 00011011
Octal 333 346 33
Decimal 219 230 27
Hex DB E6 1B

RGB Percentages of Color #dbe61b

%46.01
%48.32
%5.67

CMYK Percentages of Color #dbe61b

%5
%0
%88
%10

Triadic Colors of #dbe61b

#dbe61b #1bdbe6 #e61bdb

Analogous Colors of #dbe61b

#dbe61b #76e61b #e68c1b

Monochromatic Colors of #dbe61b

#dbe61b

Complementary Color

#dbe61b #261be6

#dbe61b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbe61b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbe61b Color CSS Codes

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

#dbe61b Text Font Color

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

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


#dbe61b Background Color

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

This div background color is #dbe61b


#dbe61b Border Color

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

This div border color is #dbe61b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,230,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 #dbe61b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbe61b


Comments

No comments written yet.

Please login to write comment.