Color Hex Logo

#dbe421 Color Hex

#DBE421
(219,228,33)
0 Favorites   0 Comments

Color spaces of #dbe421

RGB 21922833
HSL0.170.780.51
HSV63°86°89°
CMYK 0.040.000.86   0.11
XYZ57.231370.656712.0605
Yxy70.65670.40890.5049
Hunter Lab84.0575-25.567450.3334
CIE-Lab87.3179-23.119682.0842

#dbe421 color RGB value is (219,228,33).

#dbe421 hex color red value is 219, green value is 228 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #dbe421 hue: 0.17 , saturation: 0.78 and the lightness value of dbe421 is 0.51.

The process color (four color CMYK) of #dbe421 color hex is 0.04, 0.00, 0.86, 0.11. Web safe color of #dbe421 is #cccc33. Color #dbe421 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11100100 00100001
Octal 333 344 41
Decimal 219 228 33
Hex DB E4 21

RGB Percentages of Color #dbe421

%45.63
%47.50
%6.88

CMYK Percentages of Color #dbe421

%4
%0
%86
%11

Triadic Colors of #dbe421

#dbe421 #21dbe4 #e421db

Analogous Colors of #dbe421

#dbe421 #7ae421 #e48c21

Monochromatic Colors of #dbe421

#dbe421

Complementary Color

#dbe421 #2a21e4

#dbe421 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbe421 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbe421 Color CSS Codes

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

#dbe421 Text Font Color

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

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


#dbe421 Background Color

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

This div background color is #dbe421


#dbe421 Border Color

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

This div border color is #dbe421


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbe421


Comments

No comments written yet.

Please login to write comment.