Color Hex Logo

#dbea6a Color Hex

#DBEA6A
(219,234,106)
0 Favorites   0 Comments

Color spaces of #dbea6a

RGB 219234106
HSL0.190.750.67
HSV67°55°92°
CMYK 0.060.000.55   0.08
XYZ61.237874.946324.8742
Yxy74.94630.38020.4653
Hunter Lab86.5715-25.235343.5645
CIE-Lab89.3678-22.324259.4063

#dbea6a color RGB value is (219,234,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101010 01101010
Octal 333 352 152
Decimal 219 234 106
Hex DB EA 6A

RGB Percentages of Color #dbea6a

%39.18
%41.86
%18.96

CMYK Percentages of Color #dbea6a

%6
%0
%55
%8

Triadic Colors of #dbea6a

#dbea6a #6adbea #ea6adb

Analogous Colors of #dbea6a

#dbea6a #9bea6a #eab96a

Monochromatic Colors of #dbea6a

#dbea6a

Complementary Color

#dbea6a #796aea

#dbea6a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbea6a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbea6a Color CSS Codes

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

#dbea6a Text Font Color

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

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


#dbea6a Background Color

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

This div background color is #dbea6a


#dbea6a Border Color

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

This div border color is #dbea6a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbea6a


Comments

No comments written yet.

Please login to write comment.