Color Hex Logo

#ce694e Color Hex

#CE694E
(206,105,78)
0 Favorites   0 Comments

Color spaces of #ce694e

RGB 20610578
HSL0.040.570.56
HSV13°62°81°
CMYK 0.000.490.62   0.19
XYZ31.880323.775010.1165
Yxy23.77500.48470.3615
Hunter Lab48.759631.378621.8304
CIE-Lab55.861837.652033.3153

#ce694e color RGB value is (206,105,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 01101001 01001110
Octal 316 151 116
Decimal 206 105 78
Hex CE 69 4E

RGB Percentages of Color #ce694e

%52.96
%26.99
%20.05

CMYK Percentages of Color #ce694e

%0
%49
%62
%19

Triadic Colors of #ce694e

#ce694e #4ece69 #694ece

Analogous Colors of #ce694e

#ce694e #cea94e #ce4e73

Monochromatic Colors of #ce694e

#ce694e

Complementary Color

#ce694e #4eb3ce

#ce694e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce694e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce694e Color CSS Codes

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

#ce694e Text Font Color

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

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


#ce694e Background Color

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

This div background color is #ce694e


#ce694e Border Color

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

This div border color is #ce694e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,105,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 #ce694e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce694e


Comments

No comments written yet.

Please login to write comment.