Color Hex Logo

#dbe849 Color Hex

#DBE849
(219,232,73)
0 Favorites   0 Comments

Color spaces of #dbe849

RGB 21923273
HSL0.180.780.60
HSV65°69°91°
CMYK 0.060.000.69   0.09
XYZ59.272673.254317.3188
Yxy73.25430.39560.4889
Hunter Lab85.5887-26.164047.9148
CIE-Lab88.5689-23.550271.9277

#dbe849 color RGB value is (219,232,73).

#dbe849 hex color red value is 219, green value is 232 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #dbe849 hue: 0.18 , saturation: 0.78 and the lightness value of dbe849 is 0.60.

The process color (four color CMYK) of #dbe849 color hex is 0.06, 0.00, 0.69, 0.09. Web safe color of #dbe849 is #ccff33. Color #dbe849 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101000 01001001
Octal 333 350 111
Decimal 219 232 73
Hex DB E8 49

RGB Percentages of Color #dbe849

%41.79
%44.27
%13.93

CMYK Percentages of Color #dbe849

%6
%0
%69
%9

Triadic Colors of #dbe849

#dbe849 #49dbe8 #e849db

Analogous Colors of #dbe849

#dbe849 #8ce849 #e8a649

Monochromatic Colors of #dbe849

#dbe849

Complementary Color

#dbe849 #5649e8

#dbe849 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbe849 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbe849 Color CSS Codes

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

#dbe849 Text Font Color

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

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


#dbe849 Background Color

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

This div background color is #dbe849


#dbe849 Border Color

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

This div border color is #dbe849


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbe849


Comments

No comments written yet.

Please login to write comment.