Color Hex Logo

#dabe7c Color Hex

#DABE7C
(218,190,124)
0 Favorites   0 Comments

Color spaces of #dabe7c

RGB 218190124
HSL0.120.560.67
HSV42°43°85°
CMYK 0.000.130.43   0.15
XYZ50.965053.187626.6489
Yxy53.18760.38960.4066
Hunter Lab72.9298-2.887429.3860
CIE-Lab77.98561.097036.9406

#dabe7c color RGB value is (218,190,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111110 01111100
Octal 332 276 174
Decimal 218 190 124
Hex DA BE 7C

RGB Percentages of Color #dabe7c

%40.98
%35.71
%23.31

CMYK Percentages of Color #dabe7c

%0
%13
%43
%15

Triadic Colors of #dabe7c

#dabe7c #7cdabe #be7cda

Analogous Colors of #dabe7c

#dabe7c #c7da7c #da8f7c

Monochromatic Colors of #dabe7c

#dabe7c

Complementary Color

#dabe7c #7c98da

#dabe7c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabe7c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabe7c Color CSS Codes

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

#dabe7c Text Font Color

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

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


#dabe7c Background Color

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

This div background color is #dabe7c


#dabe7c Border Color

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

This div border color is #dabe7c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabe7c


Comments

No comments written yet.

Please login to write comment.