Color Hex Logo

#dbeb2e Color Hex

#DBEB2E
(219,235,46)
0 Favorites   0 Comments

Color spaces of #dbeb2e

RGB 21923546
HSL0.180.830.55
HSV65°80°92°
CMYK 0.070.000.80   0.08
XYZ59.414974.674013.8668
Yxy74.67400.40160.5047
Hunter Lab86.4141-28.495250.9757
CIE-Lab89.2401-26.101880.8243

#dbeb2e color RGB value is (219,235,46).

#dbeb2e hex color red value is 219, green value is 235 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #dbeb2e hue: 0.18 , saturation: 0.83 and the lightness value of dbeb2e is 0.55.

The process color (four color CMYK) of #dbeb2e color hex is 0.07, 0.00, 0.80, 0.08. Web safe color of #dbeb2e is #ccff33. Color #dbeb2e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101011 00101110
Octal 333 353 56
Decimal 219 235 46
Hex DB EB 2E

RGB Percentages of Color #dbeb2e

%43.80
%47.00
%9.20

CMYK Percentages of Color #dbeb2e

%7
%0
%80
%8

Triadic Colors of #dbeb2e

#dbeb2e #2edbeb #eb2edb

Analogous Colors of #dbeb2e

#dbeb2e #7deb2e #eb9d2e

Monochromatic Colors of #dbeb2e

#dbeb2e

Complementary Color

#dbeb2e #3e2eeb

#dbeb2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbeb2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbeb2e Color CSS Codes

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

#dbeb2e Text Font Color

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

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


#dbeb2e Background Color

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

This div background color is #dbeb2e


#dbeb2e Border Color

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

This div border color is #dbeb2e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbeb2e


Comments

No comments written yet.

Please login to write comment.