Color Hex Logo

#ce865d Color Hex

#CE865D
(206,134,93)
0 Favorites   0 Comments

Color spaces of #ce865d

RGB 20613493
HSL0.060.540.59
HSV22°55°81°
CMYK 0.000.350.55   0.19
XYZ35.954530.962314.4372
Yxy30.96230.44200.3806
Hunter Lab55.643817.962023.5674
CIE-Lab62.475823.353233.3178

#ce865d color RGB value is (206,134,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10000110 01011101
Octal 316 206 135
Decimal 206 134 93
Hex CE 86 5D

RGB Percentages of Color #ce865d

%47.58
%30.95
%21.48

CMYK Percentages of Color #ce865d

%0
%35
%55
%19

Triadic Colors of #ce865d

#ce865d #5dce86 #865dce

Analogous Colors of #ce865d

#ce865d #cebf5d #ce5d6d

Monochromatic Colors of #ce865d

#ce865d

Complementary Color

#ce865d #5da5ce

#ce865d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce865d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce865d Color CSS Codes

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

#ce865d Text Font Color

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

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


#ce865d Background Color

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

This div background color is #ce865d


#ce865d Border Color

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

This div border color is #ce865d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce865d


Comments

No comments written yet.

Please login to write comment.