Color Hex Logo

#dbf938 Color Hex

#DBF938
(219,249,56)
0 Favorites   0 Comments

Color spaces of #dbf938

RGB 21924956
HSL0.190.940.60
HSV69°78°98°
CMYK 0.120.000.78   0.02
XYZ63.802983.097016.4179
Yxy83.09700.39070.5088
Hunter Lab91.1576-34.590253.1319
CIE-Lab93.0569-32.277981.5783

#dbf938 color RGB value is (219,249,56).

#dbf938 hex color red value is 219, green value is 249 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #dbf938 hue: 0.19 , saturation: 0.94 and the lightness value of dbf938 is 0.60.

The process color (four color CMYK) of #dbf938 color hex is 0.12, 0.00, 0.78, 0.02. Web safe color of #dbf938 is #ccff33. Color #dbf938 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11111001 00111000
Octal 333 371 70
Decimal 219 249 56
Hex DB F9 38

RGB Percentages of Color #dbf938

%41.79
%47.52
%10.69

CMYK Percentages of Color #dbf938

%12
%0
%78
%2

Triadic Colors of #dbf938

#dbf938 #38dbf9 #f938db

Analogous Colors of #dbf938

#dbf938 #7bf938 #f9b738

Monochromatic Colors of #dbf938

#dbf938

Complementary Color

#dbf938 #5638f9

#dbf938 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbf938 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbf938 Color CSS Codes

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

#dbf938 Text Font Color

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

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


#dbf938 Background Color

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

This div background color is #dbf938


#dbf938 Border Color

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

This div border color is #dbf938


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbf938


Comments

No comments written yet.

Please login to write comment.