Color Hex Logo

#dbea7a Color Hex

#DBEA7A
(219,234,122)
0 Favorites   0 Comments

Color spaces of #dbea7a

RGB 219234122
HSL0.190.730.70
HSV68°48°92°
CMYK 0.060.000.48   0.08
XYZ62.149175.310829.6732
Yxy75.31080.37190.4506
Hunter Lab86.7818-24.034740.4743
CIE-Lab89.5384-20.927752.2951

#dbea7a color RGB value is (219,234,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101010 01111010
Octal 333 352 172
Decimal 219 234 122
Hex DB EA 7A

RGB Percentages of Color #dbea7a

%38.09
%40.70
%21.22

CMYK Percentages of Color #dbea7a

%6
%0
%48
%8

Triadic Colors of #dbea7a

#dbea7a #7adbea #ea7adb

Analogous Colors of #dbea7a

#dbea7a #a3ea7a #eac17a

Monochromatic Colors of #dbea7a

#dbea7a

Complementary Color

#dbea7a #897aea

#dbea7a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbea7a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbea7a Color CSS Codes

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

#dbea7a Text Font Color

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

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


#dbea7a Background Color

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

This div background color is #dbea7a


#dbea7a Border Color

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

This div border color is #dbea7a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbea7a


Comments

No comments written yet.

Please login to write comment.