Color Hex Logo

#dbdf06 Color Hex

#DBDF06
(219,223,6)
0 Favorites   0 Comments

Color spaces of #dbdf06

RGB 2192236
HSL0.170.950.45
HSV61°97°87°
CMYK 0.020.000.97   0.13
XYZ55.634067.848610.3362
Yxy67.84860.41570.5070
Hunter Lab82.3703-23.586650.2192
CIE-Lab85.9307-21.105184.5071

#dbdf06 color RGB value is (219,223,6).

#dbdf06 hex color red value is 219, green value is 223 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #dbdf06 hue: 0.17 , saturation: 0.95 and the lightness value of dbdf06 is 0.45.

The process color (four color CMYK) of #dbdf06 color hex is 0.02, 0.00, 0.97, 0.13. Web safe color of #dbdf06 is #cccc00. Color #dbdf06 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11011111 00000110
Octal 333 337 6
Decimal 219 223 6
Hex DB DF 6

RGB Percentages of Color #dbdf06

%48.88
%49.78
%1.34

CMYK Percentages of Color #dbdf06

%2
%0
%97
%13

Triadic Colors of #dbdf06

#dbdf06 #06dbdf #df06db

Analogous Colors of #dbdf06

#dbdf06 #6fdf06 #df7706

Monochromatic Colors of #dbdf06

#dbdf06

Complementary Color

#dbdf06 #0a06df

#dbdf06 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbdf06 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbdf06 Color CSS Codes

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

#dbdf06 Text Font Color

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

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


#dbdf06 Background Color

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

This div background color is #dbdf06


#dbdf06 Border Color

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

This div border color is #dbdf06


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbdf06


Comments

No comments written yet.

Please login to write comment.