Color Hex Logo

#ce865c Color Hex

#CE865C
(206,134,92)
0 Favorites   0 Comments

Color spaces of #ce865c

RGB 20613492
HSL0.060.540.58
HSV22°55°81°
CMYK 0.000.350.55   0.19
XYZ35.910530.944714.2055
Yxy30.94470.44300.3817
Hunter Lab55.628017.881323.7989
CIE-Lab62.460923.269833.8407

#ce865c color RGB value is (206,134,92).

#ce865c hex color red value is 206, green value is 134 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #ce865c hue: 0.06 , saturation: 0.54 and the lightness value of ce865c is 0.58.

The process color (four color CMYK) of #ce865c color hex is 0.00, 0.35, 0.55, 0.19. Web safe color of #ce865c is #cc9966. Color #ce865c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10000110 01011100
Octal 316 206 134
Decimal 206 134 92
Hex CE 86 5C

RGB Percentages of Color #ce865c

%47.69
%31.02
%21.30

CMYK Percentages of Color #ce865c

%0
%35
%55
%19

Triadic Colors of #ce865c

#ce865c #5cce86 #865cce

Analogous Colors of #ce865c

#ce865c #cebf5c #ce5c6b

Monochromatic Colors of #ce865c

#ce865c

Complementary Color

#ce865c #5ca4ce

#ce865c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce865c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce865c Color CSS Codes

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

#ce865c Text Font Color

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

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


#ce865c Background Color

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

This div background color is #ce865c


#ce865c Border Color

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

This div border color is #ce865c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce865c


Comments

No comments written yet.

Please login to write comment.