color codes Logo

#dbf17c color codes

#DBF17C
(219,241,124)
0 Favorites   0 Comments

Color spaces of #dbf17c

RGB 219241124
HSL0.200.810.72
HSV71°49°95°
CMYK 0.090.000.49   0.05
XYZ64.306879.425931.0102
Yxy79.42590.36800.4545
Hunter Lab89.1212-27.162741.7546
CIE-Lab91.4267-24.101553.6318

#dbf17c color RGB value is (219,241,124).

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

The process color (four color CMYK) of #dbf17c color code is 0.09, 0.00, 0.49, 0.05. Web safe color of #dbf17c is #ccff66. Color #dbf17c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11110001 01111100
Octal 333 361 174
Decimal 219 241 124
Hex DB F1 7C

RGB Percentages of Color #dbf17c

%37.50
%41.27
%21.23

CMYK Percentages of Color #dbf17c

%9
%0
%49
%5

Triadic Colors of #dbf17c

#dbf17c #7cdbf1 #f17cdb

Analogous Colors of #dbf17c

#dbf17c #a1f17c #f1cd7c

Monochromatic Colors of #dbf17c

#dbf17c

Complementary Color

#dbf17c #927cf1

#dbf17c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbf17c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbf17c Color CSS Codes

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

#dbf17c Text Font Color

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

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


#dbf17c Background Color

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

This div background color is #dbf17c


#dbf17c Border Color

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

This div border color is #dbf17c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbf17c


Comments

No comments written yet.

Please login to write comment.