Color Hex Logo

#dbe47b Color Hex

#DBE47B
(219,228,123)
0 Favorites   0 Comments

Color spaces of #dbe47b

RGB 219228123
HSL0.180.660.69
HSV65°46°89°
CMYK 0.040.000.46   0.11
XYZ60.532071.976929.4415
Yxy71.97690.37380.4444
Hunter Lab84.8392-21.110538.8122
CIE-Lab87.9575-17.910649.9078

#dbe47b color RGB value is (219,228,123).

#dbe47b hex color red value is 219, green value is 228 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #dbe47b hue: 0.18 , saturation: 0.66 and the lightness value of dbe47b is 0.69.

The process color (four color CMYK) of #dbe47b color hex is 0.04, 0.00, 0.46, 0.11. Web safe color of #dbe47b is #cccc66. Color #dbe47b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11100100 01111011
Octal 333 344 173
Decimal 219 228 123
Hex DB E4 7B

RGB Percentages of Color #dbe47b

%38.42
%40.00
%21.58

CMYK Percentages of Color #dbe47b

%4
%0
%46
%11

Triadic Colors of #dbe47b

#dbe47b #7bdbe4 #e47bdb

Analogous Colors of #dbe47b

#dbe47b #a7e47b #e4b97b

Monochromatic Colors of #dbe47b

#dbe47b

Complementary Color

#dbe47b #847be4

#dbe47b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbe47b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbe47b Color CSS Codes

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

#dbe47b Text Font Color

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

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


#dbe47b Background Color

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

This div background color is #dbe47b


#dbe47b Border Color

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

This div border color is #dbe47b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbe47b


Comments

No comments written yet.

Please login to write comment.