Color Hex Logo

#dabd03 Color Hex

#DABD03
(218,189,3)
0 Favorites   0 Comments

Color spaces of #dabd03

RGB 2181893
HSL0.140.970.43
HSV52°99°85°
CMYK 0.000.130.99   0.15
XYZ47.127551.30727.5055
Yxy51.30720.44490.4843
Hunter Lab71.6290-7.908843.9278
CIE-Lab76.8647-4.534178.1073

#dabd03 color RGB value is (218,189,3).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111101 00000011
Octal 332 275 3
Decimal 218 189 3
Hex DA BD 3

RGB Percentages of Color #dabd03

%53.17
%46.10
%0.73

CMYK Percentages of Color #dabd03

%0
%13
%99
%15

Triadic Colors of #dabd03

#dabd03 #03dabd #bd03da

Analogous Colors of #dabd03

#dabd03 #8cda03 #da5203

Monochromatic Colors of #dabd03

#dabd03

Complementary Color

#dabd03 #0320da

#dabd03 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabd03 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabd03 Color CSS Codes

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

#dabd03 Text Font Color

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

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


#dabd03 Background Color

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

This div background color is #dabd03


#dabd03 Border Color

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

This div border color is #dabd03


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,189,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 #dabd03">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabd03


Comments

No comments written yet.

Please login to write comment.