Color Hex Logo

#dbe445 Color Hex

#DBE445
(219,228,69)
0 Favorites   0 Comments

Color spaces of #dbe445

RGB 21922869
HSL0.180.750.58
HSV63°70°89°
CMYK 0.040.000.70   0.11
XYZ58.031070.976516.2715
Yxy70.97650.39940.4886
Hunter Lab84.2476-24.479747.5221
CIE-Lab87.4736-21.833072.2692

#dbe445 color RGB value is (219,228,69).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11100100 01000101
Octal 333 344 105
Decimal 219 228 69
Hex DB E4 45

RGB Percentages of Color #dbe445

%42.44
%44.19
%13.37

CMYK Percentages of Color #dbe445

%4
%0
%70
%11

Triadic Colors of #dbe445

#dbe445 #45dbe4 #e445db

Analogous Colors of #dbe445

#dbe445 #8ce445 #e49e45

Monochromatic Colors of #dbe445

#dbe445

Complementary Color

#dbe445 #4e45e4

#dbe445 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbe445 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbe445 Color CSS Codes

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

#dbe445 Text Font Color

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

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


#dbe445 Background Color

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

This div background color is #dbe445


#dbe445 Border Color

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

This div border color is #dbe445


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbe445


Comments

No comments written yet.

Please login to write comment.