Color Hex Logo

#dbe38a Color Hex

#DBE38A
(219,227,138)
0 Favorites   0 Comments

Color spaces of #dbe38a

RGB 219227138
HSL0.180.610.72
HSV65°39°89°
CMYK 0.040.000.39   0.11
XYZ61.269971.833234.6807
Yxy71.83320.36520.4281
Hunter Lab84.7545-19.280835.0672
CIE-Lab87.8882-15.871242.5317

#dbe38a color RGB value is (219,227,138).

#dbe38a hex color red value is 219, green value is 227 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #dbe38a hue: 0.18 , saturation: 0.61 and the lightness value of dbe38a is 0.72.

The process color (four color CMYK) of #dbe38a color hex is 0.04, 0.00, 0.39, 0.11. Web safe color of #dbe38a is #cccc99. Color #dbe38a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11100011 10001010
Octal 333 343 212
Decimal 219 227 138
Hex DB E3 8A

RGB Percentages of Color #dbe38a

%37.50
%38.87
%23.63

CMYK Percentages of Color #dbe38a

%4
%0
%39
%11

Triadic Colors of #dbe38a

#dbe38a #8adbe3 #e38adb

Analogous Colors of #dbe38a

#dbe38a #afe38a #e3bf8a

Monochromatic Colors of #dbe38a

#dbe38a

Complementary Color

#dbe38a #928ae3

#dbe38a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbe38a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbe38a Color CSS Codes

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

#dbe38a Text Font Color

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

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


#dbe38a Background Color

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

This div background color is #dbe38a


#dbe38a Border Color

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

This div border color is #dbe38a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,227,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 #dbe38a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbe38a


Comments

No comments written yet.

Please login to write comment.