Color Hex Logo

#dbf35f Color Hex

#DBF35F
(219,243,95)
0 Favorites   0 Comments

Color spaces of #dbf35f

RGB 21924395
HSL0.190.860.66
HSV70°61°95°
CMYK 0.100.000.61   0.05
XYZ63.329679.987522.9278
Yxy79.98750.38090.4811
Hunter Lab89.4357-30.116447.4054
CIE-Lab91.6793-27.425166.6675

#dbf35f color RGB value is (219,243,95).

#dbf35f hex color red value is 219, green value is 243 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #dbf35f hue: 0.19 , saturation: 0.86 and the lightness value of dbf35f is 0.66.

The process color (four color CMYK) of #dbf35f color hex is 0.10, 0.00, 0.61, 0.05. Web safe color of #dbf35f is #ccff66. Color #dbf35f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11110011 01011111
Octal 333 363 137
Decimal 219 243 95
Hex DB F3 5F

RGB Percentages of Color #dbf35f

%39.32
%43.63
%17.06

CMYK Percentages of Color #dbf35f

%10
%0
%61
%5

Triadic Colors of #dbf35f

#dbf35f #5fdbf3 #f35fdb

Analogous Colors of #dbf35f

#dbf35f #91f35f #f3c15f

Monochromatic Colors of #dbf35f

#dbf35f

Complementary Color

#dbf35f #775ff3

#dbf35f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbf35f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbf35f Color CSS Codes

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

#dbf35f Text Font Color

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

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


#dbf35f Background Color

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

This div background color is #dbf35f


#dbf35f Border Color

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

This div border color is #dbf35f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbf35f


Comments

No comments written yet.

Please login to write comment.