Color Hex Logo

#dabc7b Color Hex

#DABC7B
(218,188,123)
0 Favorites   0 Comments

Color spaces of #dabc7b

RGB 218188123
HSL0.110.560.67
HSV41°44°85°
CMYK 0.000.140.44   0.15
XYZ50.471852.301926.1740
Yxy52.30190.39140.4056
Hunter Lab72.3201-1.985829.1659
CIE-Lab77.46102.043736.7837

#dabc7b color RGB value is (218,188,123).

#dabc7b hex color red value is 218, green value is 188 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #dabc7b hue: 0.11 , saturation: 0.56 and the lightness value of dabc7b is 0.67.

The process color (four color CMYK) of #dabc7b color hex is 0.00, 0.14, 0.44, 0.15. Web safe color of #dabc7b is #cccc66. Color #dabc7b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111100 01111011
Octal 332 274 173
Decimal 218 188 123
Hex DA BC 7B

RGB Percentages of Color #dabc7b

%41.21
%35.54
%23.25

CMYK Percentages of Color #dabc7b

%0
%14
%44
%15

Triadic Colors of #dabc7b

#dabc7b #7bdabc #bc7bda

Analogous Colors of #dabc7b

#dabc7b #c9da7b #da8d7b

Monochromatic Colors of #dabc7b

#dabc7b

Complementary Color

#dabc7b #7b99da

#dabc7b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabc7b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabc7b Color CSS Codes

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

#dabc7b Text Font Color

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

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


#dabc7b Background Color

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

This div background color is #dabc7b


#dabc7b Border Color

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

This div border color is #dabc7b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabc7b


Comments

No comments written yet.

Please login to write comment.