Color Hex Logo

#dbe742 Color Hex

#DBE742
(219,231,66)
0 Favorites   0 Comments

Color spaces of #dbe742

RGB 21923166
HSL0.180.770.58
HSV64°71°91°
CMYK 0.050.000.71   0.09
XYZ58.772772.605216.0708
Yxy72.60520.39860.4924
Hunter Lab85.2087-25.994848.4637
CIE-Lab88.2591-23.419374.0617

#dbe742 color RGB value is (219,231,66).

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

The process color (four color CMYK) of #dbe742 color hex is 0.05, 0.00, 0.71, 0.09. Web safe color of #dbe742 is #ccff33. Color #dbe742 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11100111 01000010
Octal 333 347 102
Decimal 219 231 66
Hex DB E7 42

RGB Percentages of Color #dbe742

%42.44
%44.77
%12.79

CMYK Percentages of Color #dbe742

%5
%0
%71
%9

Triadic Colors of #dbe742

#dbe742 #42dbe7 #e742db

Analogous Colors of #dbe742

#dbe742 #89e742 #e7a142

Monochromatic Colors of #dbe742

#dbe742

Complementary Color

#dbe742 #4e42e7

#dbe742 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbe742 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbe742 Color CSS Codes

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

#dbe742 Text Font Color

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

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


#dbe742 Background Color

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

This div background color is #dbe742


#dbe742 Border Color

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

This div border color is #dbe742


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,231,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 #dbe742">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbe742


Comments

No comments written yet.

Please login to write comment.