Color Hex Logo

#dbe442 Color Hex

#DBE442
(219,228,66)
0 Favorites   0 Comments

Color spaces of #dbe442

RGB 21922866
HSL0.180.750.58
HSV63°71°89°
CMYK 0.040.000.71   0.11
XYZ57.940270.940215.7933
Yxy70.94020.40050.4903
Hunter Lab84.2260-24.603047.8407
CIE-Lab87.4559-21.978373.2889

#dbe442 color RGB value is (219,228,66).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11100100 01000010
Octal 333 344 102
Decimal 219 228 66
Hex DB E4 42

RGB Percentages of Color #dbe442

%42.69
%44.44
%12.87

CMYK Percentages of Color #dbe442

%4
%0
%71
%11

Triadic Colors of #dbe442

#dbe442 #42dbe4 #e442db

Analogous Colors of #dbe442

#dbe442 #8ae442 #e49c42

Monochromatic Colors of #dbe442

#dbe442

Complementary Color

#dbe442 #4b42e4

#dbe442 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbe442 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbe442 Color CSS Codes

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

#dbe442 Text Font Color

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

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


#dbe442 Background Color

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

This div background color is #dbe442


#dbe442 Border Color

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

This div border color is #dbe442


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbe442


Comments

No comments written yet.

Please login to write comment.