Color Hex Logo

#dabf7b Color Hex

#DABF7B
(218,191,123)
0 Favorites   0 Comments

Color spaces of #dabf7b

RGB 218191123
HSL0.120.560.67
HSV43°44°85°
CMYK 0.000.120.44   0.15
XYZ51.119453.597126.3899
Yxy53.59710.38990.4088
Hunter Lab73.2100-3.478829.8749
CIE-Lab78.22620.469737.7620

#dabf7b color RGB value is (218,191,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111111 01111011
Octal 332 277 173
Decimal 218 191 123
Hex DA BF 7B

RGB Percentages of Color #dabf7b

%40.98
%35.90
%23.12

CMYK Percentages of Color #dabf7b

%0
%12
%44
%15

Triadic Colors of #dabf7b

#dabf7b #7bdabf #bf7bda

Analogous Colors of #dabf7b

#dabf7b #c6da7b #da907b

Monochromatic Colors of #dabf7b

#dabf7b

Complementary Color

#dabf7b #7b96da

#dabf7b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabf7b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabf7b Color CSS Codes

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

#dabf7b Text Font Color

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

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


#dabf7b Background Color

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

This div background color is #dabf7b


#dabf7b Border Color

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

This div border color is #dabf7b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabf7b


Comments

No comments written yet.

Please login to write comment.