Color Hex Logo

#dabb03 Color Hex

#DABB03
(218,187,3)
0 Favorites   0 Comments

Color spaces of #dabb03

RGB 2181873
HSL0.140.970.43
HSV51°99°85°
CMYK 0.000.140.99   0.15
XYZ46.700250.45267.3631
Yxy50.45260.44680.4827
Hunter Lab71.0300-6.943843.5749
CIE-Lab76.3462-3.498977.7353

#dabb03 color RGB value is (218,187,3).

#dabb03 hex color red value is 218, green value is 187 and the blue value of its RGB is 3. Cylindrical-coordinate representations (also known as HSL) of color #dabb03 hue: 0.14 , saturation: 0.97 and the lightness value of dabb03 is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111011 00000011
Octal 332 273 3
Decimal 218 187 3
Hex DA BB 3

RGB Percentages of Color #dabb03

%53.43
%45.83
%0.74

CMYK Percentages of Color #dabb03

%0
%14
%99
%15

Triadic Colors of #dabb03

#dabb03 #03dabb #bb03da

Analogous Colors of #dabb03

#dabb03 #8eda03 #da4f03

Monochromatic Colors of #dabb03

#dabb03

Complementary Color

#dabb03 #0322da

#dabb03 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabb03 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabb03 Color CSS Codes

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

#dabb03 Text Font Color

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

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


#dabb03 Background Color

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

This div background color is #dabb03


#dabb03 Border Color

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

This div border color is #dabb03


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,187,3, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabb03


Comments

No comments written yet.

Please login to write comment.