Color Hex Logo

#da886c Color Hex

#DA886C
(218,136,108)
0 Favorites   0 Comments

Color spaces of #da886c

RGB 218136108
HSL0.040.600.64
HSV15°50°85°
CMYK 0.000.380.50   0.15
XYZ40.424433.596518.5415
Yxy33.59650.43670.3630
Hunter Lab57.962523.055721.6076
CIE-Lab64.641028.424328.1805

#da886c color RGB value is (218,136,108).

#da886c hex color red value is 218, green value is 136 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #da886c hue: 0.04 , saturation: 0.60 and the lightness value of da886c is 0.64.

The process color (four color CMYK) of #da886c color hex is 0.00, 0.38, 0.50, 0.15. Web safe color of #da886c is #cc9966. Color #da886c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10001000 01101100
Octal 332 210 154
Decimal 218 136 108
Hex DA 88 6C

RGB Percentages of Color #da886c

%47.19
%29.44
%23.38

CMYK Percentages of Color #da886c

%0
%38
%50
%15

Triadic Colors of #da886c

#da886c #6cda88 #886cda

Analogous Colors of #da886c

#da886c #dabf6c #da6c87

Monochromatic Colors of #da886c

#da886c

Complementary Color

#da886c #6cbeda

#da886c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da886c Color Preview on White Background

Lorem ipsum dolor sit amet.

#da886c Color CSS Codes

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

#da886c Text Font Color

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

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


#da886c Background Color

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

This div background color is #da886c


#da886c Border Color

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

This div border color is #da886c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da886c


Comments

No comments written yet.

Please login to write comment.