Color Hex Logo

#dbe938 Color Hex

#DBE938
(219,233,56)
0 Favorites   0 Comments

Color spaces of #dbe938

RGB 21923356
HSL0.180.800.57
HSV65°76°91°
CMYK 0.060.000.76   0.09
XYZ59.066173.623414.8390
Yxy73.62340.40040.4990
Hunter Lab85.8041-27.280749.8092
CIE-Lab88.7442-24.802677.6707

#dbe938 color RGB value is (219,233,56).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101001 00111000
Octal 333 351 70
Decimal 219 233 56
Hex DB E9 38

RGB Percentages of Color #dbe938

%43.11
%45.87
%11.02

CMYK Percentages of Color #dbe938

%6
%0
%76
%9

Triadic Colors of #dbe938

#dbe938 #38dbe9 #e938db

Analogous Colors of #dbe938

#dbe938 #83e938 #e99f38

Monochromatic Colors of #dbe938

#dbe938

Complementary Color

#dbe938 #4638e9

#dbe938 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbe938 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbe938 Color CSS Codes

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

#dbe938 Text Font Color

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

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


#dbe938 Background Color

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

This div background color is #dbe938


#dbe938 Border Color

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

This div border color is #dbe938


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbe938


Comments

No comments written yet.

Please login to write comment.