Color Hex Logo

#dbe874 Color Hex

#DBE874
(219,232,116)
0 Favorites   0 Comments

Color spaces of #dbe874

RGB 219232116
HSL0.190.720.68
HSV67°50°91°
CMYK 0.060.000.50   0.09
XYZ61.222474.034227.5863
Yxy74.03420.37600.4546
Hunter Lab86.0431-23.567141.2212
CIE-Lab88.9386-20.510554.3751

#dbe874 color RGB value is (219,232,116).

#dbe874 hex color red value is 219, green value is 232 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #dbe874 hue: 0.19 , saturation: 0.72 and the lightness value of dbe874 is 0.68.

The process color (four color CMYK) of #dbe874 color hex is 0.06, 0.00, 0.50, 0.09. Web safe color of #dbe874 is #ccff66. Color #dbe874 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101000 01110100
Octal 333 350 164
Decimal 219 232 116
Hex DB E8 74

RGB Percentages of Color #dbe874

%38.62
%40.92
%20.46

CMYK Percentages of Color #dbe874

%6
%0
%50
%9

Triadic Colors of #dbe874

#dbe874 #74dbe8 #e874db

Analogous Colors of #dbe874

#dbe874 #a1e874 #e8bb74

Monochromatic Colors of #dbe874

#dbe874

Complementary Color

#dbe874 #8174e8

#dbe874 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbe874 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbe874 Color CSS Codes

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

#dbe874 Text Font Color

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

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


#dbe874 Background Color

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

This div background color is #dbe874


#dbe874 Border Color

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

This div border color is #dbe874


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbe874


Comments

No comments written yet.

Please login to write comment.