Color Hex Logo

#dbe53d Color Hex

#DBE53D
(219,229,61)
0 Favorites   0 Comments

Color spaces of #dbe53d

RGB 21922961
HSL0.180.760.57
HSV64°73°90°
CMYK 0.040.000.73   0.10
XYZ58.075071.435615.1425
Yxy71.43560.40150.4938
Hunter Lab84.5196-25.258648.5413
CIE-Lab87.6962-22.685475.1668

#dbe53d color RGB value is (219,229,61).

#dbe53d hex color red value is 219, green value is 229 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #dbe53d hue: 0.18 , saturation: 0.76 and the lightness value of dbe53d is 0.57.

The process color (four color CMYK) of #dbe53d color hex is 0.04, 0.00, 0.73, 0.10. Web safe color of #dbe53d is #cccc33. Color #dbe53d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11100101 00111101
Octal 333 345 75
Decimal 219 229 61
Hex DB E5 3D

RGB Percentages of Color #dbe53d

%43.03
%44.99
%11.98

CMYK Percentages of Color #dbe53d

%4
%0
%73
%10

Triadic Colors of #dbe53d

#dbe53d #3ddbe5 #e53ddb

Analogous Colors of #dbe53d

#dbe53d #87e53d #e59b3d

Monochromatic Colors of #dbe53d

#dbe53d

Complementary Color

#dbe53d #473de5

#dbe53d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbe53d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbe53d Color CSS Codes

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

#dbe53d Text Font Color

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

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


#dbe53d Background Color

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

This div background color is #dbe53d


#dbe53d Border Color

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

This div border color is #dbe53d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbe53d

#dbe53d Color Palettes


Comments

No comments written yet.

Please login to write comment.