Color Hex Logo

#dbe107 Color Hex

#DBE107
(219,225,7)
0 Favorites   0 Comments

Color spaces of #dbe107

RGB 2192257
HSL0.170.940.45
HSV62°97°88°
CMYK 0.030.000.97   0.12
XYZ56.177068.925810.5442
Yxy68.92580.41410.5081
Hunter Lab83.0216-24.504750.5849
CIE-Lab86.4673-22.061784.8244

#dbe107 color RGB value is (219,225,7).

#dbe107 hex color red value is 219, green value is 225 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #dbe107 hue: 0.17 , saturation: 0.94 and the lightness value of dbe107 is 0.45.

The process color (four color CMYK) of #dbe107 color hex is 0.03, 0.00, 0.97, 0.12. Web safe color of #dbe107 is #cccc00. Color #dbe107 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11100001 00000111
Octal 333 341 7
Decimal 219 225 7
Hex DB E1 7

RGB Percentages of Color #dbe107

%48.56
%49.89
%1.55

CMYK Percentages of Color #dbe107

%3
%0
%97
%12

Triadic Colors of #dbe107

#dbe107 #07dbe1 #e107db

Analogous Colors of #dbe107

#dbe107 #6ee107 #e17a07

Monochromatic Colors of #dbe107

#dbe107

Complementary Color

#dbe107 #0d07e1

#dbe107 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbe107 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbe107 Color CSS Codes

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

#dbe107 Text Font Color

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

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


#dbe107 Background Color

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

This div background color is #dbe107


#dbe107 Border Color

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

This div border color is #dbe107


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbe107


Comments

No comments written yet.

Please login to write comment.