Color Hex Logo

#dbf17f Color Hex

#DBF17F
(219,241,127)
0 Favorites   0 Comments

Color spaces of #dbf17f

RGB 219241127
HSL0.200.800.72
HSV72°47°95°
CMYK 0.090.000.47   0.05
XYZ64.499579.503032.0248
Yxy79.50300.36640.4517
Hunter Lab89.1645-26.915041.1202
CIE-Lab91.4614-23.813352.2720

#dbf17f color RGB value is (219,241,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11110001 01111111
Octal 333 361 177
Decimal 219 241 127
Hex DB F1 7F

RGB Percentages of Color #dbf17f

%37.31
%41.06
%21.64

CMYK Percentages of Color #dbf17f

%9
%0
%47
%5

Triadic Colors of #dbf17f

#dbf17f #7fdbf1 #f17fdb

Analogous Colors of #dbf17f

#dbf17f #a2f17f #f1ce7f

Monochromatic Colors of #dbf17f

#dbf17f

Complementary Color

#dbf17f #957ff1

#dbf17f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbf17f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbf17f Color CSS Codes

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

#dbf17f Text Font Color

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

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


#dbf17f Background Color

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

This div background color is #dbf17f


#dbf17f Border Color

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

This div border color is #dbf17f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbf17f


Comments

No comments written yet.

Please login to write comment.