Color Hex Logo

#dbea2e Color Hex

#DBEA2E
(219,234,46)
0 Favorites   0 Comments

Color spaces of #dbea2e

RGB 21923446
HSL0.180.820.55
HSV65°80°92°
CMYK 0.060.000.80   0.08
XYZ59.129474.103013.7716
Yxy74.10300.40220.5041
Hunter Lab86.0831-28.036050.7729
CIE-Lab88.9711-25.628580.5914

#dbea2e color RGB value is (219,234,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101010 00101110
Octal 333 352 56
Decimal 219 234 46
Hex DB EA 2E

RGB Percentages of Color #dbea2e

%43.89
%46.89
%9.22

CMYK Percentages of Color #dbea2e

%6
%0
%80
%8

Triadic Colors of #dbea2e

#dbea2e #2edbea #ea2edb

Analogous Colors of #dbea2e

#dbea2e #7dea2e #ea9b2e

Monochromatic Colors of #dbea2e

#dbea2e

Complementary Color

#dbea2e #3d2eea

#dbea2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbea2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbea2e Color CSS Codes

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

#dbea2e Text Font Color

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

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


#dbea2e Background Color

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

This div background color is #dbea2e


#dbea2e Border Color

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

This div border color is #dbea2e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbea2e


Comments

No comments written yet.

Please login to write comment.