Color Hex Logo

#dbf193 Color Hex

#DBF193
(219,241,147)
0 Favorites   0 Comments

Color spaces of #dbf193

RGB 219241147
HSL0.210.770.76
HSV74°39°95°
CMYK 0.090.000.39   0.05
XYZ65.935280.077239.5851
Yxy80.07720.35530.4315
Hunter Lab89.4859-25.077436.4125
CIE-Lab91.7195-21.689642.9806

#dbf193 color RGB value is (219,241,147).

#dbf193 hex color red value is 219, green value is 241 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #dbf193 hue: 0.21 , saturation: 0.77 and the lightness value of dbf193 is 0.76.

The process color (four color CMYK) of #dbf193 color hex is 0.09, 0.00, 0.39, 0.05. Web safe color of #dbf193 is #ccff99. Color #dbf193 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11110001 10010011
Octal 333 361 223
Decimal 219 241 147
Hex DB F1 93

RGB Percentages of Color #dbf193

%36.08
%39.70
%24.22

CMYK Percentages of Color #dbf193

%9
%0
%39
%5

Triadic Colors of #dbf193

#dbf193 #93dbf1 #f193db

Analogous Colors of #dbf193

#dbf193 #acf193 #f1d893

Monochromatic Colors of #dbf193

#dbf193

Complementary Color

#dbf193 #a993f1

#dbf193 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbf193 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbf193 Color CSS Codes

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

#dbf193 Text Font Color

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

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


#dbf193 Background Color

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

This div background color is #dbf193


#dbf193 Border Color

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

This div border color is #dbf193


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbf193


Comments

No comments written yet.

Please login to write comment.