Color Hex Logo

#dabd05 Color Hex

#DABD05
(218,189,5)
0 Favorites   0 Comments

Color spaces of #dabd05

RGB 2181895
HSL0.140.960.44
HSV52°98°85°
CMYK 0.000.130.98   0.15
XYZ47.138451.31167.5632
Yxy51.31160.44460.4840
Hunter Lab71.6321-7.892143.8824
CIE-Lab76.8674-4.515077.9023

#dabd05 color RGB value is (218,189,5).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111101 00000101
Octal 332 275 5
Decimal 218 189 5
Hex DA BD 5

RGB Percentages of Color #dabd05

%52.91
%45.87
%1.21

CMYK Percentages of Color #dabd05

%0
%13
%98
%15

Triadic Colors of #dabd05

#dabd05 #05dabd #bd05da

Analogous Colors of #dabd05

#dabd05 #8dda05 #da5305

Monochromatic Colors of #dabd05

#dabd05

Complementary Color

#dabd05 #0522da

#dabd05 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabd05 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabd05 Color CSS Codes

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

#dabd05 Text Font Color

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

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


#dabd05 Background Color

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

This div background color is #dabd05


#dabd05 Border Color

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

This div border color is #dabd05


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabd05


Comments

No comments written yet.

Please login to write comment.