Color Hex Logo

#ce835e Color Hex

#CE835E
(206,131,94)
0 Favorites   0 Comments

Color spaces of #ce835e

RGB 20613194
HSL0.060.530.59
HSV20°54°81°
CMYK 0.000.360.54   0.19
XYZ35.590330.162614.5358
Yxy30.16260.44330.3757
Hunter Lab54.920519.563122.7521
CIE-Lab61.794325.065831.9111

#ce835e color RGB value is (206,131,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10000011 01011110
Octal 316 203 136
Decimal 206 131 94
Hex CE 83 5E

RGB Percentages of Color #ce835e

%47.80
%30.39
%21.81

CMYK Percentages of Color #ce835e

%0
%36
%54
%19

Triadic Colors of #ce835e

#ce835e #5ece83 #835ece

Analogous Colors of #ce835e

#ce835e #cebb5e #ce5e71

Monochromatic Colors of #ce835e

#ce835e

Complementary Color

#ce835e #5ea9ce

#ce835e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce835e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce835e Color CSS Codes

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

#ce835e Text Font Color

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

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


#ce835e Background Color

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

This div background color is #ce835e


#ce835e Border Color

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

This div border color is #ce835e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce835e


Comments

No comments written yet.

Please login to write comment.