Color Hex Logo

#dbea7c Color Hex

#DBEA7C
(219,234,124)
0 Favorites   0 Comments

Color spaces of #dbea7c

RGB 219234124
HSL0.190.720.70
HSV68°47°92°
CMYK 0.060.000.47   0.08
XYZ62.274375.360930.3327
Yxy75.36090.37080.4487
Hunter Lab86.8107-23.870340.0508
CIE-Lab89.5618-20.737351.3819

#dbea7c color RGB value is (219,234,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101010 01111100
Octal 333 352 174
Decimal 219 234 124
Hex DB EA 7C

RGB Percentages of Color #dbea7c

%37.95
%40.55
%21.49

CMYK Percentages of Color #dbea7c

%6
%0
%47
%8

Triadic Colors of #dbea7c

#dbea7c #7cdbea #ea7cdb

Analogous Colors of #dbea7c

#dbea7c #a4ea7c #eac27c

Monochromatic Colors of #dbea7c

#dbea7c

Complementary Color

#dbea7c #8b7cea

#dbea7c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbea7c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbea7c Color CSS Codes

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

#dbea7c Text Font Color

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

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


#dbea7c Background Color

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

This div background color is #dbea7c


#dbea7c Border Color

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

This div border color is #dbea7c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbea7c


Comments

No comments written yet.

Please login to write comment.