Color Hex Logo

#dbe538 Color Hex

#DBE538
(219,229,56)
0 Favorites   0 Comments

Color spaces of #dbe538

RGB 21922956
HSL0.180.770.56
HSV63°76°90°
CMYK 0.040.000.76   0.10
XYZ57.946571.384214.4658
Yxy71.38420.40300.4964
Hunter Lab84.4892-25.432748.9911
CIE-Lab87.6713-22.891376.6911

#dbe538 color RGB value is (219,229,56).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11100101 00111000
Octal 333 345 70
Decimal 219 229 56
Hex DB E5 38

RGB Percentages of Color #dbe538

%43.45
%45.44
%11.11

CMYK Percentages of Color #dbe538

%4
%0
%76
%10

Triadic Colors of #dbe538

#dbe538 #38dbe5 #e538db

Analogous Colors of #dbe538

#dbe538 #85e538 #e59938

Monochromatic Colors of #dbe538

#dbe538

Complementary Color

#dbe538 #4238e5

#dbe538 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbe538 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbe538 Color CSS Codes

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

#dbe538 Text Font Color

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

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


#dbe538 Background Color

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

This div background color is #dbe538


#dbe538 Border Color

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

This div border color is #dbe538


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbe538


Comments

No comments written yet.

Please login to write comment.