Color Hex Logo

#dbe54b Color Hex

#DBE54B
(219,229,75)
0 Favorites   0 Comments

Color spaces of #dbe54b

RGB 21922975
HSL0.180.750.60
HSV64°67°90°
CMYK 0.040.000.67   0.10
XYZ58.502771.606717.3947
Yxy71.60670.39660.4855
Hunter Lab84.6207-24.680047.0468
CIE-Lab87.7789-22.003070.4077

#dbe54b color RGB value is (219,229,75).

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

The process color (four color CMYK) of #dbe54b color hex is 0.04, 0.00, 0.67, 0.10. Web safe color of #dbe54b is #cccc33. Color #dbe54b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11100101 01001011
Octal 333 345 113
Decimal 219 229 75
Hex DB E5 4B

RGB Percentages of Color #dbe54b

%41.87
%43.79
%14.34

CMYK Percentages of Color #dbe54b

%4
%0
%67
%10

Triadic Colors of #dbe54b

#dbe54b #4bdbe5 #e54bdb

Analogous Colors of #dbe54b

#dbe54b #8ee54b #e5a24b

Monochromatic Colors of #dbe54b

#dbe54b

Complementary Color

#dbe54b #554be5

#dbe54b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbe54b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbe54b Color CSS Codes

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

#dbe54b Text Font Color

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

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


#dbe54b Background Color

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

This div background color is #dbe54b


#dbe54b Border Color

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

This div border color is #dbe54b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbe54b


Comments

No comments written yet.

Please login to write comment.