Color Hex Logo

#dbeb5e Color Hex

#DBEB5E
(219,235,94)
0 Favorites   0 Comments

Color spaces of #dbeb5e

RGB 21923594
HSL0.190.780.65
HSV67°60°92°
CMYK 0.070.000.60   0.08
XYZ60.942175.284921.9091
Yxy75.28490.38540.4761
Hunter Lab86.7669-26.469745.7658
CIE-Lab89.5263-23.703464.7444

#dbeb5e color RGB value is (219,235,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101011 01011110
Octal 333 353 136
Decimal 219 235 94
Hex DB EB 5E

RGB Percentages of Color #dbeb5e

%39.96
%42.88
%17.15

CMYK Percentages of Color #dbeb5e

%7
%0
%60
%8

Triadic Colors of #dbeb5e

#dbeb5e #5edbeb #eb5edb

Analogous Colors of #dbeb5e

#dbeb5e #95eb5e #ebb55e

Monochromatic Colors of #dbeb5e

#dbeb5e

Complementary Color

#dbeb5e #6e5eeb

#dbeb5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbeb5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbeb5e Color CSS Codes

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

#dbeb5e Text Font Color

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

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


#dbeb5e Background Color

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

This div background color is #dbeb5e


#dbeb5e Border Color

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

This div border color is #dbeb5e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbeb5e


Comments

No comments written yet.

Please login to write comment.