Color Hex Logo

#dbe931 Color Hex

#DBE931
(219,233,49)
0 Favorites   0 Comments

Color spaces of #dbe931

RGB 21923349
HSL0.180.810.55
HSV65°79°91°
CMYK 0.060.000.79   0.09
XYZ58.906773.559613.9994
Yxy73.55960.40220.5022
Hunter Lab85.7669-27.494150.3591
CIE-Lab88.7139-25.056379.5974

#dbe931 color RGB value is (219,233,49).

#dbe931 hex color red value is 219, green value is 233 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #dbe931 hue: 0.18 , saturation: 0.81 and the lightness value of dbe931 is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101001 00110001
Octal 333 351 61
Decimal 219 233 49
Hex DB E9 31

RGB Percentages of Color #dbe931

%43.71
%46.51
%9.78

CMYK Percentages of Color #dbe931

%6
%0
%79
%9

Triadic Colors of #dbe931

#dbe931 #31dbe9 #e931db

Analogous Colors of #dbe931

#dbe931 #7fe931 #e99b31

Monochromatic Colors of #dbe931

#dbe931

Complementary Color

#dbe931 #3f31e9

#dbe931 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbe931 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbe931 Color CSS Codes

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

#dbe931 Text Font Color

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

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


#dbe931 Background Color

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

This div background color is #dbe931


#dbe931 Border Color

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

This div border color is #dbe931


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbe931


Comments

No comments written yet.

Please login to write comment.