Color Hex Logo

#ce8c6d Color Hex

#CE8C6D
(206,140,109)
0 Favorites   0 Comments

Color spaces of #ce8c6d

RGB 206140109
HSL0.050.500.62
HSV19°47°81°
CMYK 0.000.320.47   0.19
XYZ37.592032.982118.8529
Yxy32.98210.42040.3688
Hunter Lab57.430016.338220.7376
CIE-Lab64.146421.560726.7106

#ce8c6d color RGB value is (206,140,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10001100 01101101
Octal 316 214 155
Decimal 206 140 109
Hex CE 8C 6D

RGB Percentages of Color #ce8c6d

%45.27
%30.77
%23.96

CMYK Percentages of Color #ce8c6d

%0
%32
%47
%19

Triadic Colors of #ce8c6d

#ce8c6d #6dce8c #8c6dce

Analogous Colors of #ce8c6d

#ce8c6d #cebd6d #ce6d7f

Monochromatic Colors of #ce8c6d

#ce8c6d

Complementary Color

#ce8c6d #6dafce

#ce8c6d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce8c6d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce8c6d Color CSS Codes

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

#ce8c6d Text Font Color

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

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


#ce8c6d Background Color

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

This div background color is #ce8c6d


#ce8c6d Border Color

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

This div border color is #ce8c6d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce8c6d


Comments

No comments written yet.

Please login to write comment.