Color Hex Logo

#ce695f Color Hex

#CE695F
(206,105,95)
0 Favorites   0 Comments

Color spaces of #ce695f

RGB 20610595
HSL0.020.530.59
HSV54°81°
CMYK 0.000.490.54   0.19
XYZ32.570724.051213.7521
Yxy24.05120.46280.3418
Hunter Lab49.042032.725217.7036
CIE-Lab56.139038.947024.0317

#ce695f color RGB value is (206,105,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 01101001 01011111
Octal 316 151 137
Decimal 206 105 95
Hex CE 69 5F

RGB Percentages of Color #ce695f

%50.74
%25.86
%23.40

CMYK Percentages of Color #ce695f

%0
%49
%54
%19

Triadic Colors of #ce695f

#ce695f #5fce69 #695fce

Analogous Colors of #ce695f

#ce695f #cea15f #ce5f8d

Monochromatic Colors of #ce695f

#ce695f

Complementary Color

#ce695f #5fc4ce

#ce695f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce695f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce695f Color CSS Codes

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

#ce695f Text Font Color

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

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


#ce695f Background Color

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

This div background color is #ce695f


#ce695f Border Color

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

This div border color is #ce695f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce695f


Comments

No comments written yet.

Please login to write comment.