Color Hex Logo

#dbeb8a Color Hex

#DBEB8A
(219,235,138)
0 Favorites   0 Comments

Color spaces of #dbeb8a

RGB 219235138
HSL0.190.710.73
HSV70°41°92°
CMYK 0.070.000.41   0.08
XYZ63.509276.311735.4271
Yxy76.31170.36240.4354
Hunter Lab87.3566-23.102537.1048
CIE-Lab90.0039-19.791145.2064

#dbeb8a color RGB value is (219,235,138).

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

The process color (four color CMYK) of #dbeb8a color hex is 0.07, 0.00, 0.41, 0.08. Web safe color of #dbeb8a is #ccff99. Color #dbeb8a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101011 10001010
Octal 333 353 212
Decimal 219 235 138
Hex DB EB 8A

RGB Percentages of Color #dbeb8a

%36.99
%39.70
%23.31

CMYK Percentages of Color #dbeb8a

%7
%0
%41
%8

Triadic Colors of #dbeb8a

#dbeb8a #8adbeb #eb8adb

Analogous Colors of #dbeb8a

#dbeb8a #abeb8a #ebcb8a

Monochromatic Colors of #dbeb8a

#dbeb8a

Complementary Color

#dbeb8a #9a8aeb

#dbeb8a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbeb8a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbeb8a Color CSS Codes

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

#dbeb8a Text Font Color

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

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


#dbeb8a Background Color

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

This div background color is #dbeb8a


#dbeb8a Border Color

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

This div border color is #dbeb8a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbeb8a


Comments

No comments written yet.

Please login to write comment.