Color Hex Logo

#ce8d6e Color Hex

#CE8D6E
(206,141,110)
0 Favorites   0 Comments

Color spaces of #ce8d6e

RGB 206141110
HSL0.050.490.62
HSV19°47°81°
CMYK 0.000.320.47   0.19
XYZ37.792933.297419.1870
Yxy33.29740.41860.3688
Hunter Lab57.703915.925920.6783
CIE-Lab64.401021.116026.4949

#ce8d6e color RGB value is (206,141,110).

#ce8d6e hex color red value is 206, green value is 141 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #ce8d6e hue: 0.05 , saturation: 0.49 and the lightness value of ce8d6e is 0.62.

The process color (four color CMYK) of #ce8d6e color hex is 0.00, 0.32, 0.47, 0.19. Web safe color of #ce8d6e is #cc9966. Color #ce8d6e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10001101 01101110
Octal 316 215 156
Decimal 206 141 110
Hex CE 8D 6E

RGB Percentages of Color #ce8d6e

%45.08
%30.85
%24.07

CMYK Percentages of Color #ce8d6e

%0
%32
%47
%19

Triadic Colors of #ce8d6e

#ce8d6e #6ece8d #8d6ece

Analogous Colors of #ce8d6e

#ce8d6e #cebd6e #ce6e7f

Monochromatic Colors of #ce8d6e

#ce8d6e

Complementary Color

#ce8d6e #6eafce

#ce8d6e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce8d6e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce8d6e Color CSS Codes

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

#ce8d6e Text Font Color

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

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


#ce8d6e Background Color

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

This div background color is #ce8d6e


#ce8d6e Border Color

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

This div border color is #ce8d6e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(206,141,110, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ce8d6e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ce8d6e;
  -webkit-box-shadow: 1px 1px 3px 2px #ce8d6e;
  box-shadow:         1px 1px 3px 2px #ce8d6e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,141,110, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce8d6e


Comments

No comments written yet.

Please login to write comment.