Color Hex Logo

#ce703e Color Hex

#CE703E
(206,112,62)
0 Favorites   0 Comments

Color spaces of #ce703e

RGB 20611262
HSL0.060.600.53
HSV21°70°81°
CMYK 0.000.460.70   0.19
XYZ32.117325.05807.7013
Yxy25.05800.49510.3862
Hunter Lab50.058026.924525.9189
CIE-Lab57.131933.036343.3782

#ce703e color RGB value is (206,112,62).

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

The process color (four color CMYK) of #ce703e color hex is 0.00, 0.46, 0.70, 0.19. Web safe color of #ce703e is #cc6633. Color #ce703e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01110000 00111110
Octal 316 160 76
Decimal 206 112 62
Hex CE 70 3E

RGB Percentages of Color #ce703e

%54.21
%29.47
%16.32

CMYK Percentages of Color #ce703e

%0
%46
%70
%19

Triadic Colors of #ce703e

#ce703e #3ece70 #703ece

Analogous Colors of #ce703e

#ce703e #ceb83e #ce3e54

Monochromatic Colors of #ce703e

#ce703e

Complementary Color

#ce703e #3e9cce

#ce703e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce703e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce703e Color CSS Codes

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

#ce703e Text Font Color

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

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


#ce703e Background Color

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

This div background color is #ce703e


#ce703e Border Color

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

This div border color is #ce703e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce703e


Comments

No comments written yet.

Please login to write comment.