Color Hex Logo

#dbe463 Color Hex

#DBE463
(219,228,99)
0 Favorites   0 Comments

Color spaces of #dbe463

RGB 21922899
HSL0.180.700.64
HSV64°57°89°
CMYK 0.040.000.57   0.11
XYZ59.209071.447722.4745
Yxy71.44770.38670.4666
Hunter Lab84.5267-22.886743.4043
CIE-Lab87.7021-19.966960.5996

#dbe463 color RGB value is (219,228,99).

#dbe463 hex color red value is 219, green value is 228 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #dbe463 hue: 0.18 , saturation: 0.70 and the lightness value of dbe463 is 0.64.

The process color (four color CMYK) of #dbe463 color hex is 0.04, 0.00, 0.57, 0.11. Web safe color of #dbe463 is #cccc66. Color #dbe463 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11100100 01100011
Octal 333 344 143
Decimal 219 228 99
Hex DB E4 63

RGB Percentages of Color #dbe463

%40.11
%41.76
%18.13

CMYK Percentages of Color #dbe463

%4
%0
%57
%11

Triadic Colors of #dbe463

#dbe463 #63dbe4 #e463db

Analogous Colors of #dbe463

#dbe463 #9be463 #e4ad63

Monochromatic Colors of #dbe463

#dbe463

Complementary Color

#dbe463 #6c63e4

#dbe463 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbe463 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbe463 Color CSS Codes

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

#dbe463 Text Font Color

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

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


#dbe463 Background Color

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

This div background color is #dbe463


#dbe463 Border Color

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

This div border color is #dbe463


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbe463


Comments

No comments written yet.

Please login to write comment.