Color Hex Logo

#dabb7b Color Hex

#DABB7B
(218,187,123)
0 Favorites   0 Comments

Color spaces of #dabb7b

RGB 218187123
HSL0.110.560.67
HSV40°44°85°
CMYK 0.000.140.44   0.15
XYZ50.258951.876126.1031
Yxy51.87610.39190.4045
Hunter Lab72.0251-1.487028.9298
CIE-Lab77.20672.569836.4576

#dabb7b color RGB value is (218,187,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111011 01111011
Octal 332 273 173
Decimal 218 187 123
Hex DA BB 7B

RGB Percentages of Color #dabb7b

%41.29
%35.42
%23.30

CMYK Percentages of Color #dabb7b

%0
%14
%44
%15

Triadic Colors of #dabb7b

#dabb7b #7bdabb #bb7bda

Analogous Colors of #dabb7b

#dabb7b #cada7b #da8c7b

Monochromatic Colors of #dabb7b

#dabb7b

Complementary Color

#dabb7b #7b9ada

#dabb7b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabb7b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabb7b Color CSS Codes

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

#dabb7b Text Font Color

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

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


#dabb7b Background Color

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

This div background color is #dabb7b


#dabb7b Border Color

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

This div border color is #dabb7b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,187,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 #dabb7b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabb7b


Comments

No comments written yet.

Please login to write comment.