Color Hex Logo

#dbe08b Color Hex

#DBE08B
(219,224,139)
0 Favorites   0 Comments

Color spaces of #dbe08b

RGB 219224139
HSL0.180.580.71
HSV64°38°88°
CMYK 0.020.000.38   0.12
XYZ60.529370.235534.7927
Yxy70.23550.36560.4242
Hunter Lab83.8066-17.740034.0501
CIE-Lab87.1122-14.273741.0469

#dbe08b color RGB value is (219,224,139).

#dbe08b hex color red value is 219, green value is 224 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #dbe08b hue: 0.18 , saturation: 0.58 and the lightness value of dbe08b is 0.71.

The process color (four color CMYK) of #dbe08b color hex is 0.02, 0.00, 0.38, 0.12. Web safe color of #dbe08b is #cccc99. Color #dbe08b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11100000 10001011
Octal 333 340 213
Decimal 219 224 139
Hex DB E0 8B

RGB Percentages of Color #dbe08b

%37.63
%38.49
%23.88

CMYK Percentages of Color #dbe08b

%2
%0
%38
%12

Triadic Colors of #dbe08b

#dbe08b #8bdbe0 #e08bdb

Analogous Colors of #dbe08b

#dbe08b #b1e08b #e0bb8b

Monochromatic Colors of #dbe08b

#dbe08b

Complementary Color

#dbe08b #908be0

#dbe08b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbe08b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbe08b Color CSS Codes

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

#dbe08b Text Font Color

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

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


#dbe08b Background Color

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

This div background color is #dbe08b


#dbe08b Border Color

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

This div border color is #dbe08b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbe08b


Comments

No comments written yet.

Please login to write comment.