Color Hex Logo

#dabc4b Color Hex

#DABC4B
(218,188,75)
0 Favorites   0 Comments

Color spaces of #dabc4b

RGB 21818875
HSL0.130.660.57
HSV47°66°85°
CMYK 0.000.140.66   0.15
XYZ48.166751.379914.0353
Yxy51.37990.42410.4524
Hunter Lab71.6798-5.492938.5665
CIE-Lab76.9086-1.835359.1571

#dabc4b color RGB value is (218,188,75).

#dabc4b hex color red value is 218, green value is 188 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #dabc4b hue: 0.13 , saturation: 0.66 and the lightness value of dabc4b is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111100 01001011
Octal 332 274 113
Decimal 218 188 75
Hex DA BC 4B

RGB Percentages of Color #dabc4b

%45.32
%39.09
%15.59

CMYK Percentages of Color #dabc4b

%0
%14
%66
%15

Triadic Colors of #dabc4b

#dabc4b #4bdabc #bc4bda

Analogous Colors of #dabc4b

#dabc4b #b1da4b #da754b

Monochromatic Colors of #dabc4b

#dabc4b

Complementary Color

#dabc4b #4b69da

#dabc4b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabc4b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabc4b Color CSS Codes

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

#dabc4b Text Font Color

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

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


#dabc4b Background Color

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

This div background color is #dabc4b


#dabc4b Border Color

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

This div border color is #dabc4b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabc4b


Comments

No comments written yet.

Please login to write comment.