Color Hex Logo

#dbeb7d Color Hex

#DBEB7D
(219,235,125)
0 Favorites   0 Comments

Color spaces of #dbeb7d

RGB 219235125
HSL0.190.730.71
HSV69°47°92°
CMYK 0.070.000.47   0.08
XYZ62.623475.957430.7627
Yxy75.95740.36980.4485
Hunter Lab87.1535-24.259140.0798
CIE-Lab89.8396-21.124751.2465

#dbeb7d color RGB value is (219,235,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101011 01111101
Octal 333 353 175
Decimal 219 235 125
Hex DB EB 7D

RGB Percentages of Color #dbeb7d

%37.82
%40.59
%21.59

CMYK Percentages of Color #dbeb7d

%7
%0
%47
%8

Triadic Colors of #dbeb7d

#dbeb7d #7ddbeb #eb7ddb

Analogous Colors of #dbeb7d

#dbeb7d #a4eb7d #ebc47d

Monochromatic Colors of #dbeb7d

#dbeb7d

Complementary Color

#dbeb7d #8d7deb

#dbeb7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbeb7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbeb7d Color CSS Codes

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

#dbeb7d Text Font Color

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

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


#dbeb7d Background Color

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

This div background color is #dbeb7d


#dbeb7d Border Color

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

This div border color is #dbeb7d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbeb7d


Comments

No comments written yet.

Please login to write comment.