Color Hex Logo

#dbfa62 Color Hex

#DBFA62
(219,250,98)
0 Favorites   0 Comments

Color spaces of #dbfa62

RGB 21925098
HSL0.200.940.68
HSV72°61°98°
CMYK 0.120.000.61   0.02
XYZ65.603684.313124.3717
Yxy84.31310.37640.4838
Hunter Lab91.8222-33.157048.5386
CIE-Lab93.5863-30.479567.5084

#dbfa62 color RGB value is (219,250,98).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11111010 01100010
Octal 333 372 142
Decimal 219 250 98
Hex DB FA 62

RGB Percentages of Color #dbfa62

%38.62
%44.09
%17.28

CMYK Percentages of Color #dbfa62

%12
%0
%61
%2

Triadic Colors of #dbfa62

#dbfa62 #62dbfa #fa62db

Analogous Colors of #dbfa62

#dbfa62 #8ffa62 #facd62

Monochromatic Colors of #dbfa62

#dbfa62

Complementary Color

#dbfa62 #8162fa

#dbfa62 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbfa62 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbfa62 Color CSS Codes

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

#dbfa62 Text Font Color

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

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


#dbfa62 Background Color

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

This div background color is #dbfa62


#dbfa62 Border Color

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

This div border color is #dbfa62


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,250,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 #dbfa62">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbfa62


Comments

No comments written yet.

Please login to write comment.