Color Hex Logo

#dabd08 Color Hex

#DABD08
(218,189,8)
0 Favorites   0 Comments

Color spaces of #dabd08

RGB 2181898
HSL0.140.930.44
HSV52°96°85°
CMYK 0.000.130.96   0.15
XYZ47.154951.31827.6498
Yxy51.31820.44430.4836
Hunter Lab71.6367-7.866643.8144
CIE-Lab76.8714-4.486077.5965

#dabd08 color RGB value is (218,189,8).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111101 00001000
Octal 332 275 10
Decimal 218 189 8
Hex DA BD 8

RGB Percentages of Color #dabd08

%52.53
%45.54
%1.93

CMYK Percentages of Color #dabd08

%0
%13
%96
%15

Triadic Colors of #dabd08

#dabd08 #08dabd #bd08da

Analogous Colors of #dabd08

#dabd08 #8eda08 #da5408

Monochromatic Colors of #dabd08

#dabd08

Complementary Color

#dabd08 #0825da

#dabd08 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabd08 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabd08 Color CSS Codes

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

#dabd08 Text Font Color

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

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


#dabd08 Background Color

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

This div background color is #dabd08


#dabd08 Border Color

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

This div border color is #dabd08


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabd08


Comments

No comments written yet.

Please login to write comment.