Color Hex Logo

#dbf173 Color Hex

#DBF173
(219,241,115)
0 Favorites   0 Comments

Color spaces of #dbf173

RGB 219241115
HSL0.200.820.70
HSV70°52°95°
CMYK 0.090.000.52   0.05
XYZ63.763279.208528.1477
Yxy79.20850.37260.4629
Hunter Lab88.9992-27.862743.5478
CIE-Lab91.3285-24.919057.6429

#dbf173 color RGB value is (219,241,115).

#dbf173 hex color red value is 219, green value is 241 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #dbf173 hue: 0.20 , saturation: 0.82 and the lightness value of dbf173 is 0.70.

The process color (four color CMYK) of #dbf173 color hex is 0.09, 0.00, 0.52, 0.05. Web safe color of #dbf173 is #ccff66. Color #dbf173 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11110001 01110011
Octal 333 361 163
Decimal 219 241 115
Hex DB F1 73

RGB Percentages of Color #dbf173

%38.09
%41.91
%20.00

CMYK Percentages of Color #dbf173

%9
%0
%52
%5

Triadic Colors of #dbf173

#dbf173 #73dbf1 #f173db

Analogous Colors of #dbf173

#dbf173 #9cf173 #f1c873

Monochromatic Colors of #dbf173

#dbf173

Complementary Color

#dbf173 #8973f1

#dbf173 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbf173 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbf173 Color CSS Codes

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

#dbf173 Text Font Color

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

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


#dbf173 Background Color

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

This div background color is #dbf173


#dbf173 Border Color

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

This div border color is #dbf173


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbf173


Comments

No comments written yet.

Please login to write comment.