Color Hex Logo

#dbba01 Color Hex

#DBBA01
(219,186,1)
0 Favorites   0 Comments

Color spaces of #dbba01

RGB 2191861
HSL0.140.990.43
HSV51°100°86°
CMYK 0.000.151.00   0.14
XYZ46.777850.18017.2490
Yxy50.18010.44890.4815
Hunter Lab70.8379-6.093943.5193
CIE-Lab76.1797-2.562577.8712

#dbba01 color RGB value is (219,186,1).

#dbba01 hex color red value is 219, green value is 186 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #dbba01 hue: 0.14 , saturation: 0.99 and the lightness value of dbba01 is 0.43.

The process color (four color CMYK) of #dbba01 color hex is 0.00, 0.15, 1.00, 0.14. Web safe color of #dbba01 is #cccc00. Color #dbba01 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10111010 00000001
Octal 333 272 1
Decimal 219 186 1
Hex DB BA 1

RGB Percentages of Color #dbba01

%53.94
%45.81
%0.25

CMYK Percentages of Color #dbba01

%0
%15
%100
%14

Triadic Colors of #dbba01

#dbba01 #01dbba #ba01db

Analogous Colors of #dbba01

#dbba01 #8fdb01 #db4d01

Monochromatic Colors of #dbba01

#dbba01

Complementary Color

#dbba01 #0122db

#dbba01 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbba01 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbba01 Color CSS Codes

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

#dbba01 Text Font Color

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

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


#dbba01 Background Color

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

This div background color is #dbba01


#dbba01 Border Color

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

This div border color is #dbba01


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbba01


Comments

No comments written yet.

Please login to write comment.