Color Hex Logo

#dbf535 Color Hex

#DBF535
(219,245,53)
0 Favorites   0 Comments

Color spaces of #dbf535

RGB 21924553
HSL0.190.910.58
HSV68°78°96°
CMYK 0.110.000.78   0.04
XYZ62.508480.621915.6352
Yxy80.62190.39370.5078
Hunter Lab89.7897-32.866652.5285
CIE-Lab91.9632-30.544781.4118

#dbf535 color RGB value is (219,245,53).

#dbf535 hex color red value is 219, green value is 245 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #dbf535 hue: 0.19 , saturation: 0.91 and the lightness value of dbf535 is 0.58.

The process color (four color CMYK) of #dbf535 color hex is 0.11, 0.00, 0.78, 0.04. Web safe color of #dbf535 is #ccff33. Color #dbf535 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11110101 00110101
Octal 333 365 65
Decimal 219 245 53
Hex DB F5 35

RGB Percentages of Color #dbf535

%42.36
%47.39
%10.25

CMYK Percentages of Color #dbf535

%11
%0
%78
%4

Triadic Colors of #dbf535

#dbf535 #35dbf5 #f535db

Analogous Colors of #dbf535

#dbf535 #7bf535 #f5af35

Monochromatic Colors of #dbf535

#dbf535

Complementary Color

#dbf535 #4f35f5

#dbf535 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbf535 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbf535 Color CSS Codes

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

#dbf535 Text Font Color

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

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


#dbf535 Background Color

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

This div background color is #dbf535


#dbf535 Border Color

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

This div border color is #dbf535


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbf535


Comments

No comments written yet.

Please login to write comment.