Color Hex Logo

#dabf7e Color Hex

#DABF7E
(218,191,126)
0 Favorites   0 Comments

Color spaces of #dabf7e

RGB 218191126
HSL0.120.550.67
HSV42°42°85°
CMYK 0.000.120.42   0.15
XYZ51.310153.673427.3943
Yxy53.67340.38760.4055
Hunter Lab73.2621-3.193929.1137
CIE-Lab78.27090.782136.2768

#dabf7e color RGB value is (218,191,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111111 01111110
Octal 332 277 176
Decimal 218 191 126
Hex DA BF 7E

RGB Percentages of Color #dabf7e

%40.75
%35.70
%23.55

CMYK Percentages of Color #dabf7e

%0
%12
%42
%15

Triadic Colors of #dabf7e

#dabf7e #7edabf #bf7eda

Analogous Colors of #dabf7e

#dabf7e #c7da7e #da917e

Monochromatic Colors of #dabf7e

#dabf7e

Complementary Color

#dabf7e #7e99da

#dabf7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabf7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabf7e Color CSS Codes

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

#dabf7e Text Font Color

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

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


#dabf7e Background Color

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

This div background color is #dabf7e


#dabf7e Border Color

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

This div border color is #dabf7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabf7e


Comments

No comments written yet.

Please login to write comment.