Color Hex Logo

#dbec49 Color Hex

#DBEC49
(219,236,73)
0 Favorites   0 Comments

Color spaces of #dbec49

RGB 21923673
HSL0.180.810.61
HSV66°69°93°
CMYK 0.070.000.69   0.07
XYZ60.411575.532017.6984
Yxy75.53200.39320.4916
Hunter Lab86.9091-28.013748.7624
CIE-Lab89.6416-25.455472.9913

#dbec49 color RGB value is (219,236,73).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101100 01001001
Octal 333 354 111
Decimal 219 236 73
Hex DB EC 49

RGB Percentages of Color #dbec49

%41.48
%44.70
%13.83

CMYK Percentages of Color #dbec49

%7
%0
%69
%7

Triadic Colors of #dbec49

#dbec49 #49dbec #ec49db

Analogous Colors of #dbec49

#dbec49 #8aec49 #ecac49

Monochromatic Colors of #dbec49

#dbec49

Complementary Color

#dbec49 #5a49ec

#dbec49 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbec49 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbec49 Color CSS Codes

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

#dbec49 Text Font Color

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

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


#dbec49 Background Color

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

This div background color is #dbec49


#dbec49 Border Color

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

This div border color is #dbec49


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbec49


Comments

No comments written yet.

Please login to write comment.