Color Hex Logo

#ce8a6c Color Hex

#CE8A6C
(206,138,108)
0 Favorites   0 Comments

Color spaces of #ce8a6c

RGB 206138108
HSL0.050.500.62
HSV18°48°81°
CMYK 0.000.330.48   0.19
XYZ37.248932.381518.4744
Yxy32.38150.42280.3675
Hunter Lab56.904717.259820.5845
CIE-Lab63.656922.550526.6177

#ce8a6c color RGB value is (206,138,108).

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

The process color (four color CMYK) of #ce8a6c color hex is 0.00, 0.33, 0.48, 0.19. Web safe color of #ce8a6c is #cc9966. Color #ce8a6c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10001010 01101100
Octal 316 212 154
Decimal 206 138 108
Hex CE 8A 6C

RGB Percentages of Color #ce8a6c

%45.58
%30.53
%23.89

CMYK Percentages of Color #ce8a6c

%0
%33
%48
%19

Triadic Colors of #ce8a6c

#ce8a6c #6cce8a #8a6cce

Analogous Colors of #ce8a6c

#ce8a6c #cebb6c #ce6c7f

Monochromatic Colors of #ce8a6c

#ce8a6c

Complementary Color

#ce8a6c #6cb0ce

#ce8a6c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce8a6c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce8a6c Color CSS Codes

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

#ce8a6c Text Font Color

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

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


#ce8a6c Background Color

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

This div background color is #ce8a6c


#ce8a6c Border Color

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

This div border color is #ce8a6c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,138,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 #ce8a6c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce8a6c


Comments

No comments written yet.

Please login to write comment.