Color Hex Logo

#dbf483 Color Hex

#DBF483
(219,244,131)
0 Favorites   0 Comments

Color spaces of #dbf483

RGB 219244131
HSL0.200.840.74
HSV73°46°96°
CMYK 0.100.000.46   0.04
XYZ65.660881.400133.7238
Yxy81.40010.36320.4503
Hunter Lab90.2220-27.981740.9936
CIE-Lab92.3094-24.847351.4224

#dbf483 color RGB value is (219,244,131).

#dbf483 hex color red value is 219, green value is 244 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #dbf483 hue: 0.20 , saturation: 0.84 and the lightness value of dbf483 is 0.74.

The process color (four color CMYK) of #dbf483 color hex is 0.10, 0.00, 0.46, 0.04. Web safe color of #dbf483 is #ccff99. Color #dbf483 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11110100 10000011
Octal 333 364 203
Decimal 219 244 131
Hex DB F4 83

RGB Percentages of Color #dbf483

%36.87
%41.08
%22.05

CMYK Percentages of Color #dbf483

%10
%0
%46
%4

Triadic Colors of #dbf483

#dbf483 #83dbf4 #f483db

Analogous Colors of #dbf483

#dbf483 #a3f483 #f4d583

Monochromatic Colors of #dbf483

#dbf483

Complementary Color

#dbf483 #9c83f4

#dbf483 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbf483 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbf483 Color CSS Codes

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

#dbf483 Text Font Color

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

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


#dbf483 Background Color

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

This div background color is #dbf483


#dbf483 Border Color

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

This div border color is #dbf483


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbf483


Comments

No comments written yet.

Please login to write comment.