Color Hex Logo

#ce695e Color Hex

#CE695E
(206,105,94)
0 Favorites   0 Comments

Color spaces of #ce695e

RGB 20610594
HSL0.020.530.59
HSV54°81°
CMYK 0.000.490.54   0.19
XYZ32.525624.033113.5142
Yxy24.03310.46420.3430
Hunter Lab49.023632.637917.9722
CIE-Lab56.120938.863524.5825

#ce695e color RGB value is (206,105,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 01101001 01011110
Octal 316 151 136
Decimal 206 105 94
Hex CE 69 5E

RGB Percentages of Color #ce695e

%50.86
%25.93
%23.21

CMYK Percentages of Color #ce695e

%0
%49
%54
%19

Triadic Colors of #ce695e

#ce695e #5ece69 #695ece

Analogous Colors of #ce695e

#ce695e #cea15e #ce5e8b

Monochromatic Colors of #ce695e

#ce695e

Complementary Color

#ce695e #5ec3ce

#ce695e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce695e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce695e Color CSS Codes

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

#ce695e Text Font Color

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

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


#ce695e Background Color

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

This div background color is #ce695e


#ce695e Border Color

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

This div border color is #ce695e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce695e


Comments

No comments written yet.

Please login to write comment.