Color Hex Logo

#dbf310 Color Hex

#DBF310
(219,243,16)
0 Favorites   0 Comments

Color spaces of #dbf310

RGB 21924316
HSL0.180.900.51
HSV66°93°95°
CMYK 0.100.000.93   0.05
XYZ61.357579.198712.5432
Yxy79.19870.40080.5173
Hunter Lab88.9937-32.670453.9389
CIE-Lab91.3241-30.475387.7267

#dbf310 color RGB value is (219,243,16).

#dbf310 hex color red value is 219, green value is 243 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #dbf310 hue: 0.18 , saturation: 0.90 and the lightness value of dbf310 is 0.51.

The process color (four color CMYK) of #dbf310 color hex is 0.10, 0.00, 0.93, 0.05. Web safe color of #dbf310 is #ccff00. Color #dbf310 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11110011 00010000
Octal 333 363 20
Decimal 219 243 16
Hex DB F3 10

RGB Percentages of Color #dbf310

%45.82
%50.84
%3.35

CMYK Percentages of Color #dbf310

%10
%0
%93
%5

Triadic Colors of #dbf310

#dbf310 #10dbf3 #f310db

Analogous Colors of #dbf310

#dbf310 #6af310 #f39a10

Monochromatic Colors of #dbf310

#dbf310

Complementary Color

#dbf310 #2810f3

#dbf310 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbf310 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbf310 Color CSS Codes

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

#dbf310 Text Font Color

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

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


#dbf310 Background Color

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

This div background color is #dbf310


#dbf310 Border Color

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

This div border color is #dbf310


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbf310


Comments

No comments written yet.

Please login to write comment.