Color Hex Logo

#dbfb41 Color Hex

#DBFB41
(219,251,65)
0 Favorites   0 Comments

Color spaces of #dbfb41

RGB 21925165
HSL0.200.960.62
HSV70°74°98°
CMYK 0.130.000.74   0.02
XYZ64.664784.436117.8906
Yxy84.43610.38720.5056
Hunter Lab91.8891-35.191052.7788
CIE-Lab93.6396-32.827279.4907

#dbfb41 color RGB value is (219,251,65).

#dbfb41 hex color red value is 219, green value is 251 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #dbfb41 hue: 0.20 , saturation: 0.96 and the lightness value of dbfb41 is 0.62.

The process color (four color CMYK) of #dbfb41 color hex is 0.13, 0.00, 0.74, 0.02. Web safe color of #dbfb41 is #ccff33. Color #dbfb41 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11111011 01000001
Octal 333 373 101
Decimal 219 251 65
Hex DB FB 41

RGB Percentages of Color #dbfb41

%40.93
%46.92
%12.15

CMYK Percentages of Color #dbfb41

%13
%0
%74
%2

Triadic Colors of #dbfb41

#dbfb41 #41dbfb #fb41db

Analogous Colors of #dbfb41

#dbfb41 #7efb41 #fbbe41

Monochromatic Colors of #dbfb41

#dbfb41

Complementary Color

#dbfb41 #6141fb

#dbfb41 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbfb41 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbfb41 Color CSS Codes

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

#dbfb41 Text Font Color

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

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


#dbfb41 Background Color

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

This div background color is #dbfb41


#dbfb41 Border Color

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

This div border color is #dbfb41


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbfb41

Related Colors


Comments

No comments written yet.

Please login to write comment.