Color Hex Logo

#ce6c4e Color Hex

#CE6C4E
(206,108,78)
0 Favorites   0 Comments

Color spaces of #ce6c4e

RGB 20610878
HSL0.040.570.56
HSV14°62°81°
CMYK 0.000.480.62   0.19
XYZ32.191324.397010.2201
Yxy24.39700.48180.3652
Hunter Lab49.393329.896222.3075
CIE-Lab56.483136.100034.0783

#ce6c4e color RGB value is (206,108,78).

#ce6c4e hex color red value is 206, green value is 108 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #ce6c4e hue: 0.04 , saturation: 0.57 and the lightness value of ce6c4e is 0.56.

The process color (four color CMYK) of #ce6c4e color hex is 0.00, 0.48, 0.62, 0.19. Web safe color of #ce6c4e is #cc6666. Color #ce6c4e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01101100 01001110
Octal 316 154 116
Decimal 206 108 78
Hex CE 6C 4E

RGB Percentages of Color #ce6c4e

%52.55
%27.55
%19.90

CMYK Percentages of Color #ce6c4e

%0
%48
%62
%19

Triadic Colors of #ce6c4e

#ce6c4e #4ece6c #6c4ece

Analogous Colors of #ce6c4e

#ce6c4e #ceac4e #ce4e70

Monochromatic Colors of #ce6c4e

#ce6c4e

Complementary Color

#ce6c4e #4eb0ce

#ce6c4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce6c4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce6c4e Color CSS Codes

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

#ce6c4e Text Font Color

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

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


#ce6c4e Background Color

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

This div background color is #ce6c4e


#ce6c4e Border Color

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

This div border color is #ce6c4e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce6c4e


Comments

No comments written yet.

Please login to write comment.