Color Hex Logo

#dbe071 Color Hex

#DBE071
(219,224,113)
1 Favorites   0 Comments

Color spaces of #dbe071

RGB 219224113
HSL0.170.640.66
HSV63°50°88°
CMYK 0.020.000.50   0.12
XYZ58.849769.563625.9482
Yxy69.56360.38120.4507
Hunter Lab83.4048-20.010339.9376
CIE-Lab86.7824-16.868253.2137

#dbe071 color RGB value is (219,224,113).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11100000 01110001
Octal 333 340 161
Decimal 219 224 113
Hex DB E0 71

RGB Percentages of Color #dbe071

%39.39
%40.29
%20.32

CMYK Percentages of Color #dbe071

%2
%0
%50
%12

Triadic Colors of #dbe071

#dbe071 #71dbe0 #e071db

Analogous Colors of #dbe071

#dbe071 #a4e071 #e0ae71

Monochromatic Colors of #dbe071

#dbe071

Complementary Color

#dbe071 #7671e0

#dbe071 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbe071 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbe071 Color CSS Codes

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

#dbe071 Text Font Color

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

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


#dbe071 Background Color

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

This div background color is #dbe071


#dbe071 Border Color

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

This div border color is #dbe071


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbe071


Comments

No comments written yet.

Please login to write comment.