Color Hex Logo

#dbe673 Color Hex

#DBE673
(219,230,115)
0 Favorites   0 Comments

Color spaces of #dbe673

RGB 219230115
HSL0.180.700.68
HSV66°50°90°
CMYK 0.050.000.50   0.10
XYZ60.604772.891527.0949
Yxy72.89150.37740.4539
Hunter Lab85.3765-22.700340.9474
CIE-Lab88.3959-19.628454.1954

#dbe673 color RGB value is (219,230,115).

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

The process color (four color CMYK) of #dbe673 color hex is 0.05, 0.00, 0.50, 0.10. Web safe color of #dbe673 is #ccff66. Color #dbe673 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11100110 01110011
Octal 333 346 163
Decimal 219 230 115
Hex DB E6 73

RGB Percentages of Color #dbe673

%38.83
%40.78
%20.39

CMYK Percentages of Color #dbe673

%5
%0
%50
%10

Triadic Colors of #dbe673

#dbe673 #73dbe6 #e673db

Analogous Colors of #dbe673

#dbe673 #a2e673 #e6b873

Monochromatic Colors of #dbe673

#dbe673

Complementary Color

#dbe673 #7e73e6

#dbe673 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbe673 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbe673 Color CSS Codes

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

#dbe673 Text Font Color

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

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


#dbe673 Background Color

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

This div background color is #dbe673


#dbe673 Border Color

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

This div border color is #dbe673


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbe673


Comments

No comments written yet.

Please login to write comment.