Color Hex Logo

#dbf05a Color Hex

#DBF05A
(219,240,90)
0 Favorites   0 Comments

Color spaces of #dbf05a

RGB 21924090
HSL0.190.830.65
HSV68°63°94°
CMYK 0.090.000.63   0.06
XYZ62.219078.118421.4719
Yxy78.11840.38450.4828
Hunter Lab88.3846-29.016747.4655
CIE-Lab90.8339-26.349267.7838

#dbf05a color RGB value is (219,240,90).

#dbf05a hex color red value is 219, green value is 240 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #dbf05a hue: 0.19 , saturation: 0.83 and the lightness value of dbf05a is 0.65.

The process color (four color CMYK) of #dbf05a color hex is 0.09, 0.00, 0.63, 0.06. Web safe color of #dbf05a is #ccff66. Color #dbf05a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11110000 01011010
Octal 333 360 132
Decimal 219 240 90
Hex DB F0 5A

RGB Percentages of Color #dbf05a

%39.89
%43.72
%16.39

CMYK Percentages of Color #dbf05a

%9
%0
%63
%6

Triadic Colors of #dbf05a

#dbf05a #5adbf0 #f05adb

Analogous Colors of #dbf05a

#dbf05a #90f05a #f0ba5a

Monochromatic Colors of #dbf05a

#dbf05a

Complementary Color

#dbf05a #6f5af0

#dbf05a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbf05a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbf05a Color CSS Codes

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

#dbf05a Text Font Color

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

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


#dbf05a Background Color

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

This div background color is #dbf05a


#dbf05a Border Color

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

This div border color is #dbf05a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbf05a


Comments

No comments written yet.

Please login to write comment.