Color Hex Logo

#dbea78 Color Hex

#DBEA78
(219,234,120)
0 Favorites   0 Comments

Color spaces of #dbea78

RGB 219234120
HSL0.190.730.69
HSV68°49°92°
CMYK 0.060.000.49   0.08
XYZ62.026475.261829.0271
Yxy75.26180.37290.4525
Hunter Lab86.7536-24.196240.8895
CIE-Lab89.5155-21.114853.2037

#dbea78 color RGB value is (219,234,120).

#dbea78 hex color red value is 219, green value is 234 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #dbea78 hue: 0.19 , saturation: 0.73 and the lightness value of dbea78 is 0.69.

The process color (four color CMYK) of #dbea78 color hex is 0.06, 0.00, 0.49, 0.08. Web safe color of #dbea78 is #ccff66. Color #dbea78 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101010 01111000
Octal 333 352 170
Decimal 219 234 120
Hex DB EA 78

RGB Percentages of Color #dbea78

%38.22
%40.84
%20.94

CMYK Percentages of Color #dbea78

%6
%0
%49
%8

Triadic Colors of #dbea78

#dbea78 #78dbea #ea78db

Analogous Colors of #dbea78

#dbea78 #a2ea78 #eac078

Monochromatic Colors of #dbea78

#dbea78

Complementary Color

#dbea78 #8778ea

#dbea78 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbea78 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbea78 Color CSS Codes

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

#dbea78 Text Font Color

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

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


#dbea78 Background Color

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

This div background color is #dbea78


#dbea78 Border Color

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

This div border color is #dbea78


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbea78


Comments

No comments written yet.

Please login to write comment.