Color Hex Logo

#dbed6c Color Hex

#DBED6C
(219,237,108)
0 Favorites   0 Comments

Color spaces of #dbed6c

RGB 219237108
HSL0.190.780.68
HSV68°54°93°
CMYK 0.080.000.54   0.07
XYZ62.204476.711225.7156
Yxy76.71120.37780.4660
Hunter Lab87.5849-26.499743.9015
CIE-Lab90.1885-23.601459.4579

#dbed6c color RGB value is (219,237,108).

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

The process color (four color CMYK) of #dbed6c color hex is 0.08, 0.00, 0.54, 0.07. Web safe color of #dbed6c is #ccff66. Color #dbed6c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101101 01101100
Octal 333 355 154
Decimal 219 237 108
Hex DB ED 6C

RGB Percentages of Color #dbed6c

%38.83
%42.02
%19.15

CMYK Percentages of Color #dbed6c

%8
%0
%54
%7

Triadic Colors of #dbed6c

#dbed6c #6cdbed #ed6cdb

Analogous Colors of #dbed6c

#dbed6c #9bed6c #edbf6c

Monochromatic Colors of #dbed6c

#dbed6c

Complementary Color

#dbed6c #7e6ced

#dbed6c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbed6c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbed6c Color CSS Codes

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

#dbed6c Text Font Color

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

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


#dbed6c Background Color

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

This div background color is #dbed6c


#dbed6c Border Color

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

This div border color is #dbed6c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbed6c


Comments

No comments written yet.

Please login to write comment.