Color Hex Logo

#dbfb62 Color Hex

#DBFB62
(219,251,98)
0 Favorites   0 Comments

Color spaces of #dbfb62

RGB 21925198
HSL0.200.950.68
HSV73°61°98°
CMYK 0.130.000.61   0.02
XYZ65.915284.936324.4755
Yxy84.93630.37600.4844
Hunter Lab92.1609-33.615048.7668
CIE-Lab93.8557-30.941967.8006

#dbfb62 color RGB value is (219,251,98).

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

The process color (four color CMYK) of #dbfb62 color hex is 0.13, 0.00, 0.61, 0.02. Web safe color of #dbfb62 is #ccff66. Color #dbfb62 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11111011 01100010
Octal 333 373 142
Decimal 219 251 98
Hex DB FB 62

RGB Percentages of Color #dbfb62

%38.56
%44.19
%17.25

CMYK Percentages of Color #dbfb62

%13
%0
%61
%2

Triadic Colors of #dbfb62

#dbfb62 #62dbfb #fb62db

Analogous Colors of #dbfb62

#dbfb62 #8ffb62 #fbcf62

Monochromatic Colors of #dbfb62

#dbfb62

Complementary Color

#dbfb62 #8262fb

#dbfb62 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbfb62 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbfb62 Color CSS Codes

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

#dbfb62 Text Font Color

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

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


#dbfb62 Background Color

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

This div background color is #dbfb62


#dbfb62 Border Color

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

This div border color is #dbfb62


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbfb62

Related Colors


Comments

No comments written yet.

Please login to write comment.