Color Hex Logo

#dabb1c Color Hex

#DABB1C
(218,187,28)
0 Favorites   0 Comments

Color spaces of #dabb1c

RGB 21818728
HSL0.140.770.48
HSV50°87°85°
CMYK 0.000.140.87   0.15
XYZ46.893450.52998.3803
Yxy50.52990.44320.4776
Hunter Lab71.0844-6.643742.7692
CIE-Lab76.3934-3.158774.2250

#dabb1c color RGB value is (218,187,28).

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

The process color (four color CMYK) of #dabb1c color hex is 0.00, 0.14, 0.87, 0.15. Web safe color of #dabb1c is #cccc33. Color #dabb1c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111011 00011100
Octal 332 273 34
Decimal 218 187 28
Hex DA BB 1C

RGB Percentages of Color #dabb1c

%50.35
%43.19
%6.47

CMYK Percentages of Color #dabb1c

%0
%14
%87
%15

Triadic Colors of #dabb1c

#dabb1c #1cdabb #bb1cda

Analogous Colors of #dabb1c

#dabb1c #9ada1c #da5c1c

Monochromatic Colors of #dabb1c

#dabb1c

Complementary Color

#dabb1c #1c3bda

#dabb1c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabb1c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabb1c Color CSS Codes

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

#dabb1c Text Font Color

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

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


#dabb1c Background Color

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

This div background color is #dabb1c


#dabb1c Border Color

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

This div border color is #dabb1c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabb1c


Comments

No comments written yet.

Please login to write comment.