Color Hex Logo

#dbfb61 Color Hex

#DBFB61
(219,251,97)
0 Favorites   0 Comments

Color spaces of #dbfb61

RGB 21925197
HSL0.200.950.68
HSV72°61°98°
CMYK 0.130.000.61   0.02
XYZ65.868384.917524.2284
Yxy84.91750.37640.4852
Hunter Lab92.1507-33.673948.9169
CIE-Lab93.8476-31.012068.1973

#dbfb61 color RGB value is (219,251,97).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11111011 01100001
Octal 333 373 141
Decimal 219 251 97
Hex DB FB 61

RGB Percentages of Color #dbfb61

%38.62
%44.27
%17.11

CMYK Percentages of Color #dbfb61

%13
%0
%61
%2

Triadic Colors of #dbfb61

#dbfb61 #61dbfb #fb61db

Analogous Colors of #dbfb61

#dbfb61 #8efb61 #fbce61

Monochromatic Colors of #dbfb61

#dbfb61

Complementary Color

#dbfb61 #8161fb

#dbfb61 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbfb61 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbfb61 Color CSS Codes

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

#dbfb61 Text Font Color

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

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


#dbfb61 Background Color

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

This div background color is #dbfb61


#dbfb61 Border Color

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

This div border color is #dbfb61


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbfb61

Related Colors


Comments

No comments written yet.

Please login to write comment.