Color Hex Logo

#dbf930 Color Hex

#DBF930
(219,249,48)
0 Favorites   0 Comments

Color spaces of #dbf930

RGB 21924948
HSL0.190.940.58
HSV69°81°98°
CMYK 0.120.000.81   0.02
XYZ63.622683.024815.4684
Yxy83.02480.39250.5121
Hunter Lab91.1179-34.819853.7173
CIE-Lab93.0253-32.554583.6168

#dbf930 color RGB value is (219,249,48).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11111001 00110000
Octal 333 371 60
Decimal 219 249 48
Hex DB F9 30

RGB Percentages of Color #dbf930

%42.44
%48.26
%9.30

CMYK Percentages of Color #dbf930

%12
%0
%81
%2

Triadic Colors of #dbf930

#dbf930 #30dbf9 #f930db

Analogous Colors of #dbf930

#dbf930 #77f930 #f9b330

Monochromatic Colors of #dbf930

#dbf930

Complementary Color

#dbf930 #4e30f9

#dbf930 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbf930 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbf930 Color CSS Codes

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

#dbf930 Text Font Color

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

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


#dbf930 Background Color

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

This div background color is #dbf930


#dbf930 Border Color

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

This div border color is #dbf930


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbf930


Comments

No comments written yet.

Please login to write comment.