Color Hex Logo

#dbe074 Color Hex

#DBE074
(219,224,116)
0 Favorites   0 Comments

Color spaces of #dbe074

RGB 219224116
HSL0.170.640.67
HSV63°48°88°
CMYK 0.020.000.48   0.12
XYZ59.021569.632326.8526
Yxy69.63230.37950.4478
Hunter Lab83.4460-19.777039.3329
CIE-Lab86.8162-16.599751.8478

#dbe074 color RGB value is (219,224,116).

#dbe074 hex color red value is 219, green value is 224 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #dbe074 hue: 0.17 , saturation: 0.64 and the lightness value of dbe074 is 0.67.

The process color (four color CMYK) of #dbe074 color hex is 0.02, 0.00, 0.48, 0.12. Web safe color of #dbe074 is #cccc66. Color #dbe074 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11100000 01110100
Octal 333 340 164
Decimal 219 224 116
Hex DB E0 74

RGB Percentages of Color #dbe074

%39.18
%40.07
%20.75

CMYK Percentages of Color #dbe074

%2
%0
%48
%12

Triadic Colors of #dbe074

#dbe074 #74dbe0 #e074db

Analogous Colors of #dbe074

#dbe074 #a5e074 #e0af74

Monochromatic Colors of #dbe074

#dbe074

Complementary Color

#dbe074 #7974e0

#dbe074 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbe074 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbe074 Color CSS Codes

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

#dbe074 Text Font Color

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

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


#dbe074 Background Color

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

This div background color is #dbe074


#dbe074 Border Color

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

This div border color is #dbe074


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbe074


Comments

No comments written yet.

Please login to write comment.