Color Hex Logo

#dbf943 Color Hex

#DBF943
(219,249,67)
0 Favorites   0 Comments

Color spaces of #dbf943

RGB 21924967
HSL0.190.940.62
HSV70°73°98°
CMYK 0.120.000.73   0.02
XYZ64.102283.216717.9941
Yxy83.21670.38780.5034
Hunter Lab91.2232-34.209352.1611
CIE-Lab93.1092-31.820078.3654

#dbf943 color RGB value is (219,249,67).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11111001 01000011
Octal 333 371 103
Decimal 219 249 67
Hex DB F9 43

RGB Percentages of Color #dbf943

%40.93
%46.54
%12.52

CMYK Percentages of Color #dbf943

%12
%0
%73
%2

Triadic Colors of #dbf943

#dbf943 #43dbf9 #f943db

Analogous Colors of #dbf943

#dbf943 #80f943 #f9bc43

Monochromatic Colors of #dbf943

#dbf943

Complementary Color

#dbf943 #6143f9

#dbf943 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbf943 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbf943 Color CSS Codes

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

#dbf943 Text Font Color

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

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


#dbf943 Background Color

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

This div background color is #dbf943


#dbf943 Border Color

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

This div border color is #dbf943


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbf943


Comments

No comments written yet.

Please login to write comment.