Color Hex Logo

#ce993e Color Hex

#CE993E
(206,153,62)
0 Favorites   0 Comments

Color spaces of #ce993e

RGB 20615362
HSL0.110.600.53
HSV38°70°81°
CMYK 0.000.260.70   0.19
XYZ37.714336.25219.5670
Yxy36.25210.45150.4340
Hunter Lab60.20976.442232.7259
CIE-Lab66.712110.899353.6934

#ce993e color RGB value is (206,153,62).

#ce993e hex color red value is 206, green value is 153 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #ce993e hue: 0.11 , saturation: 0.60 and the lightness value of ce993e is 0.53.

The process color (four color CMYK) of #ce993e color hex is 0.00, 0.26, 0.70, 0.19. Web safe color of #ce993e is #cc9933. Color #ce993e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10011001 00111110
Octal 316 231 76
Decimal 206 153 62
Hex CE 99 3E

RGB Percentages of Color #ce993e

%48.93
%36.34
%14.73

CMYK Percentages of Color #ce993e

%0
%26
%70
%19

Triadic Colors of #ce993e

#ce993e #3ece99 #993ece

Analogous Colors of #ce993e

#ce993e #bbce3e #ce513e

Monochromatic Colors of #ce993e

#ce993e

Complementary Color

#ce993e #3e73ce

#ce993e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce993e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce993e Color CSS Codes

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

#ce993e Text Font Color

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

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


#ce993e Background Color

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

This div background color is #ce993e


#ce993e Border Color

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

This div border color is #ce993e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce993e


Comments

No comments written yet.

Please login to write comment.