Color Hex Logo

#dbe115 Color Hex

#DBE115
(219,225,21)
0 Favorites   0 Comments

Color spaces of #dbe115

RGB 21922521
HSL0.170.830.48
HSV62°91°88°
CMYK 0.030.000.91   0.12
XYZ56.274068.964611.0550
Yxy68.96460.41290.5060
Hunter Lab83.0449-24.371150.2387
CIE-Lab86.4865-21.903283.3978

#dbe115 color RGB value is (219,225,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11100001 00010101
Octal 333 341 25
Decimal 219 225 21
Hex DB E1 15

RGB Percentages of Color #dbe115

%47.10
%48.39
%4.52

CMYK Percentages of Color #dbe115

%3
%0
%91
%12

Triadic Colors of #dbe115

#dbe115 #15dbe1 #e115db

Analogous Colors of #dbe115

#dbe115 #75e115 #e18115

Monochromatic Colors of #dbe115

#dbe115

Complementary Color

#dbe115 #1b15e1

#dbe115 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbe115 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbe115 Color CSS Codes

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

#dbe115 Text Font Color

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

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


#dbe115 Background Color

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

This div background color is #dbe115


#dbe115 Border Color

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

This div border color is #dbe115


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbe115


Comments

No comments written yet.

Please login to write comment.