Color Hex Logo

#ce863c Color Hex

#CE863C
(206,134,60)
0 Favorites   0 Comments

Color spaces of #ce863c

RGB 20613460
HSL0.080.600.52
HSV30°71°81°
CMYK 0.000.350.71   0.19
XYZ34.794330.49838.3279
Yxy30.49830.47260.4143
Hunter Lab55.225315.818529.7168
CIE-Lab62.081821.119349.7276

#ce863c color RGB value is (206,134,60).

#ce863c hex color red value is 206, green value is 134 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #ce863c hue: 0.08 , saturation: 0.60 and the lightness value of ce863c is 0.52.

The process color (four color CMYK) of #ce863c color hex is 0.00, 0.35, 0.71, 0.19. Web safe color of #ce863c is #cc9933. Color #ce863c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10000110 00111100
Octal 316 206 74
Decimal 206 134 60
Hex CE 86 3C

RGB Percentages of Color #ce863c

%51.50
%33.50
%15.00

CMYK Percentages of Color #ce863c

%0
%35
%71
%19

Triadic Colors of #ce863c

#ce863c #3cce86 #863cce

Analogous Colors of #ce863c

#ce863c #cdce3c #ce3d3c

Monochromatic Colors of #ce863c

#ce863c

Complementary Color

#ce863c #3c84ce

#ce863c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce863c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce863c Color CSS Codes

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

#ce863c Text Font Color

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

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


#ce863c Background Color

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

This div background color is #ce863c


#ce863c Border Color

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

This div border color is #ce863c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce863c


Comments

No comments written yet.

Please login to write comment.