Color Hex Logo

#dbe97b Color Hex

#DBE97B
(219,233,123)
0 Favorites   0 Comments

Color spaces of #dbe97b

RGB 219233123
HSL0.190.710.70
HSV68°47°91°
CMYK 0.060.000.47   0.09
XYZ61.927574.768029.9066
Yxy74.76800.37170.4488
Hunter Lab86.4685-23.480740.0215
CIE-Lab89.2842-20.348651.5178

#dbe97b color RGB value is (219,233,123).

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

The process color (four color CMYK) of #dbe97b color hex is 0.06, 0.00, 0.47, 0.09. Web safe color of #dbe97b is #ccff66. Color #dbe97b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101001 01111011
Octal 333 351 173
Decimal 219 233 123
Hex DB E9 7B

RGB Percentages of Color #dbe97b

%38.09
%40.52
%21.39

CMYK Percentages of Color #dbe97b

%6
%0
%47
%9

Triadic Colors of #dbe97b

#dbe97b #7bdbe9 #e97bdb

Analogous Colors of #dbe97b

#dbe97b #a4e97b #e9c07b

Monochromatic Colors of #dbe97b

#dbe97b

Complementary Color

#dbe97b #897be9

#dbe97b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbe97b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbe97b Color CSS Codes

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

#dbe97b Text Font Color

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

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


#dbe97b Background Color

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

This div background color is #dbe97b


#dbe97b Border Color

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

This div border color is #dbe97b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbe97b


Comments

No comments written yet.

Please login to write comment.