Color Hex Logo

#ce6714 Color Hex

#CE6714
(206,103,20)
0 Favorites   0 Comments

Color spaces of #ce6714

RGB 20610320
HSL0.070.820.44
HSV27°90°81°
CMYK 0.000.500.90   0.19
XYZ30.430122.87283.4729
Yxy22.87280.53600.4029
Hunter Lab47.825529.880129.1725
CIE-Lab54.941136.271158.8852

#ce6714 color RGB value is (206,103,20).

#ce6714 hex color red value is 206, green value is 103 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #ce6714 hue: 0.07 , saturation: 0.82 and the lightness value of ce6714 is 0.44.

The process color (four color CMYK) of #ce6714 color hex is 0.00, 0.50, 0.90, 0.19. Web safe color of #ce6714 is #cc6600. Color #ce6714 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01100111 00010100
Octal 316 147 24
Decimal 206 103 20
Hex CE 67 14

RGB Percentages of Color #ce6714

%62.61
%31.31
%6.08

CMYK Percentages of Color #ce6714

%0
%50
%90
%19

Triadic Colors of #ce6714

#ce6714 #14ce67 #6714ce

Analogous Colors of #ce6714

#ce6714 #cec414 #ce141e

Monochromatic Colors of #ce6714

#ce6714

Complementary Color

#ce6714 #147bce

#ce6714 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce6714 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce6714 Color CSS Codes

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

#ce6714 Text Font Color

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

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


#ce6714 Background Color

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

This div background color is #ce6714


#ce6714 Border Color

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

This div border color is #ce6714


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce6714

#ce6714 Color Palettes


Comments

No comments written yet.

Please login to write comment.