Color Hex Logo

#dbeb7a Color Hex

#DBEB7A
(219,235,122)
0 Favorites   0 Comments

Color spaces of #dbeb7a

RGB 219235122
HSL0.190.740.70
HSV68°48°92°
CMYK 0.070.000.48   0.08
XYZ62.434675.881929.7684
Yxy75.88190.37140.4514
Hunter Lab87.1102-24.506440.7158
CIE-Lab89.8045-21.411252.6154

#dbeb7a color RGB value is (219,235,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101011 01111010
Octal 333 353 172
Decimal 219 235 122
Hex DB EB 7A

RGB Percentages of Color #dbeb7a

%38.02
%40.80
%21.18

CMYK Percentages of Color #dbeb7a

%7
%0
%48
%8

Triadic Colors of #dbeb7a

#dbeb7a #7adbeb #eb7adb

Analogous Colors of #dbeb7a

#dbeb7a #a3eb7a #ebc37a

Monochromatic Colors of #dbeb7a

#dbeb7a

Complementary Color

#dbeb7a #8a7aeb

#dbeb7a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbeb7a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbeb7a Color CSS Codes

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

#dbeb7a Text Font Color

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

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


#dbeb7a Background Color

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

This div background color is #dbeb7a


#dbeb7a Border Color

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

This div border color is #dbeb7a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbeb7a


Comments

No comments written yet.

Please login to write comment.