Color Hex Logo

#d08666 Color Hex

#D08666
(208,134,102)
0 Favorites   0 Comments

Color spaces of #d08666

RGB 208134102
HSL0.050.530.61
HSV18°51°82°
CMYK 0.000.360.51   0.18
XYZ36.935831.419416.6882
Yxy31.41940.43430.3695
Hunter Lab56.053019.528821.5852
CIE-Lab62.860124.957128.9338

#d08666 color RGB value is (208,134,102).

#d08666 hex color red value is 208, green value is 134 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #d08666 hue: 0.05 , saturation: 0.53 and the lightness value of d08666 is 0.61.

The process color (four color CMYK) of #d08666 color hex is 0.00, 0.36, 0.51, 0.18. Web safe color of #d08666 is #cc9966. Color #d08666 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 10000110 01100110
Octal 320 206 146
Decimal 208 134 102
Hex D0 86 66

RGB Percentages of Color #d08666

%46.85
%30.18
%22.97

CMYK Percentages of Color #d08666

%0
%36
%51
%18

Triadic Colors of #d08666

#d08666 #66d086 #8666d0

Analogous Colors of #d08666

#d08666 #d0bb66 #d0667b

Monochromatic Colors of #d08666

#d08666

Complementary Color

#d08666 #66b0d0

#d08666 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d08666 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d08666 Color CSS Codes

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

#d08666 Text Font Color

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

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


#d08666 Background Color

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

This div background color is #d08666


#d08666 Border Color

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

This div border color is #d08666


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(208,134,102, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d08666; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d08666;
  -webkit-box-shadow: 1px 1px 3px 2px #d08666;
  box-shadow:         1px 1px 3px 2px #d08666; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,134,102, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d08666


Comments

No comments written yet.

Please login to write comment.