Color Hex Logo

#ce865f Color Hex

#CE865F
(206,134,95)
0 Favorites   0 Comments

Color spaces of #ce865f

RGB 20613495
HSL0.060.530.59
HSV21°54°81°
CMYK 0.000.350.54   0.19
XYZ36.044330.998214.9100
Yxy30.99820.43980.3782
Hunter Lab55.676018.126723.0954
CIE-Lab62.506123.523432.2687

#ce865f color RGB value is (206,134,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10000110 01011111
Octal 316 206 137
Decimal 206 134 95
Hex CE 86 5F

RGB Percentages of Color #ce865f

%47.36
%30.80
%21.84

CMYK Percentages of Color #ce865f

%0
%35
%54
%19

Triadic Colors of #ce865f

#ce865f #5fce86 #865fce

Analogous Colors of #ce865f

#ce865f #cebe5f #ce5f70

Monochromatic Colors of #ce865f

#ce865f

Complementary Color

#ce865f #5fa7ce

#ce865f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce865f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce865f Color CSS Codes

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

#ce865f Text Font Color

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

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


#ce865f Background Color

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

This div background color is #ce865f


#ce865f Border Color

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

This div border color is #ce865f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce865f

#ce865f Color Palettes


Comments

No comments written yet.

Please login to write comment.