Color Hex Logo

#dabc30 Color Hex

#DABC30
(218,188,48)
0 Favorites   0 Comments

Color spaces of #dabc30

RGB 21818848
HSL0.140.700.52
HSV49°78°85°
CMYK 0.000.140.78   0.15
XYZ47.430251.085310.1569
Yxy51.08530.43650.4701
Hunter Lab71.4740-6.626741.6063
CIE-Lab76.7307-3.110769.1756

#dabc30 color RGB value is (218,188,48).

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

The process color (four color CMYK) of #dabc30 color hex is 0.00, 0.14, 0.78, 0.15. Web safe color of #dabc30 is #cccc33. Color #dabc30 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111100 00110000
Octal 332 274 60
Decimal 218 188 48
Hex DA BC 30

RGB Percentages of Color #dabc30

%48.02
%41.41
%10.57

CMYK Percentages of Color #dabc30

%0
%14
%78
%15

Triadic Colors of #dabc30

#dabc30 #30dabc #bc30da

Analogous Colors of #dabc30

#dabc30 #a3da30 #da6730

Monochromatic Colors of #dabc30

#dabc30

Complementary Color

#dabc30 #304eda

#dabc30 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabc30 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabc30 Color CSS Codes

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

#dabc30 Text Font Color

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

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


#dabc30 Background Color

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

This div background color is #dabc30


#dabc30 Border Color

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

This div border color is #dabc30


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabc30


Comments

No comments written yet.

Please login to write comment.