Color Hex Logo

#dabc10 Color Hex

#DABC10
(218,188,16)
0 Favorites   0 Comments

Color spaces of #dabc10

RGB 21818816
HSL0.140.860.46
HSV51°93°85°
CMYK 0.000.140.93   0.15
XYZ46.990250.90937.8400
Yxy50.90930.44440.4815
Hunter Lab71.3508-7.307243.4308
CIE-Lab76.6240-3.881376.4918

#dabc10 color RGB value is (218,188,16).

#dabc10 hex color red value is 218, green value is 188 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #dabc10 hue: 0.14 , saturation: 0.86 and the lightness value of dabc10 is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111100 00010000
Octal 332 274 20
Decimal 218 188 16
Hex DA BC 10

RGB Percentages of Color #dabc10

%51.66
%44.55
%3.79

CMYK Percentages of Color #dabc10

%0
%14
%93
%15

Triadic Colors of #dabc10

#dabc10 #10dabc #bc10da

Analogous Colors of #dabc10

#dabc10 #93da10 #da5710

Monochromatic Colors of #dabc10

#dabc10

Complementary Color

#dabc10 #102eda

#dabc10 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabc10 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabc10 Color CSS Codes

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

#dabc10 Text Font Color

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

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


#dabc10 Background Color

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

This div background color is #dabc10


#dabc10 Border Color

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

This div border color is #dabc10


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabc10


Comments

No comments written yet.

Please login to write comment.