Color Hex Logo

#dabe7e Color Hex

#DABE7E
(218,190,126)
0 Favorites   0 Comments

Color spaces of #dabe7e

RGB 218190126
HSL0.120.550.67
HSV42°42°85°
CMYK 0.000.130.42   0.15
XYZ51.092853.238727.3219
Yxy53.23870.38810.4044
Hunter Lab72.9649-2.695928.8741
CIE-Lab78.01571.306535.9481

#dabe7e color RGB value is (218,190,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111110 01111110
Octal 332 276 176
Decimal 218 190 126
Hex DA BE 7E

RGB Percentages of Color #dabe7e

%40.82
%35.58
%23.60

CMYK Percentages of Color #dabe7e

%0
%13
%42
%15

Triadic Colors of #dabe7e

#dabe7e #7edabe #be7eda

Analogous Colors of #dabe7e

#dabe7e #c8da7e #da907e

Monochromatic Colors of #dabe7e

#dabe7e

Complementary Color

#dabe7e #7e9ada

#dabe7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabe7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabe7e Color CSS Codes

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

#dabe7e Text Font Color

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

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


#dabe7e Background Color

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

This div background color is #dabe7e


#dabe7e Border Color

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

This div border color is #dabe7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabe7e


Comments

No comments written yet.

Please login to write comment.