Color Hex Logo

#dabb04 Color Hex

#DABB04
(218,187,4)
0 Favorites   0 Comments

Color spaces of #dabb04

RGB 2181874
HSL0.140.960.44
HSV51°98°85°
CMYK 0.000.140.98   0.15
XYZ46.705750.45487.3920
Yxy50.45480.44670.4826
Hunter Lab71.0315-6.935343.5520
CIE-Lab76.3476-3.489277.6311

#dabb04 color RGB value is (218,187,4).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111011 00000100
Octal 332 273 4
Decimal 218 187 4
Hex DA BB 4

RGB Percentages of Color #dabb04

%53.30
%45.72
%0.98

CMYK Percentages of Color #dabb04

%0
%14
%98
%15

Triadic Colors of #dabb04

#dabb04 #04dabb #bb04da

Analogous Colors of #dabb04

#dabb04 #8eda04 #da5004

Monochromatic Colors of #dabb04

#dabb04

Complementary Color

#dabb04 #0423da

#dabb04 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabb04 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabb04 Color CSS Codes

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

#dabb04 Text Font Color

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

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


#dabb04 Background Color

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

This div background color is #dabb04


#dabb04 Border Color

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

This div border color is #dabb04


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabb04


Comments

No comments written yet.

Please login to write comment.