Color Hex Logo

#dbe320 Color Hex

#DBE320
(219,227,32)
0 Favorites   0 Comments

Color spaces of #dbe320

RGB 21922732
HSL0.170.780.51
HSV62°86°89°
CMYK 0.040.000.86   0.11
XYZ56.943270.102511.8964
Yxy70.10250.40980.5045
Hunter Lab83.7272-25.124250.1848
CIE-Lab87.0471-22.661982.0548

#dbe320 color RGB value is (219,227,32).

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

The process color (four color CMYK) of #dbe320 color hex is 0.04, 0.00, 0.86, 0.11. Web safe color of #dbe320 is #cccc33. Color #dbe320 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11100011 00100000
Octal 333 343 40
Decimal 219 227 32
Hex DB E3 20

RGB Percentages of Color #dbe320

%45.82
%47.49
%6.69

CMYK Percentages of Color #dbe320

%4
%0
%86
%11

Triadic Colors of #dbe320

#dbe320 #20dbe3 #e320db

Analogous Colors of #dbe320

#dbe320 #7ae320 #e38a20

Monochromatic Colors of #dbe320

#dbe320

Complementary Color

#dbe320 #2820e3

#dbe320 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbe320 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbe320 Color CSS Codes

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

#dbe320 Text Font Color

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

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


#dbe320 Background Color

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

This div background color is #dbe320


#dbe320 Border Color

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

This div border color is #dbe320


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbe320


Comments

No comments written yet.

Please login to write comment.