Color Hex Logo

#ce6710 Color Hex

#CE6710
(206,103,16)
0 Favorites   0 Comments

Color spaces of #ce6710

RGB 20610316
HSL0.080.860.44
HSV27°92°81°
CMYK 0.000.500.92   0.19
XYZ30.397422.85973.3005
Yxy22.85970.53750.4042
Hunter Lab47.811829.814629.3754
CIE-Lab54.927536.207059.9293

#ce6710 color RGB value is (206,103,16).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 01100111 00010000
Octal 316 147 20
Decimal 206 103 16
Hex CE 67 10

RGB Percentages of Color #ce6710

%63.38
%31.69
%4.92

CMYK Percentages of Color #ce6710

%0
%50
%92
%19

Triadic Colors of #ce6710

#ce6710 #10ce67 #6710ce

Analogous Colors of #ce6710

#ce6710 #cec610 #ce1018

Monochromatic Colors of #ce6710

#ce6710

Complementary Color

#ce6710 #1077ce

#ce6710 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce6710 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce6710 Color CSS Codes

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

#ce6710 Text Font Color

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

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


#ce6710 Background Color

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

This div background color is #ce6710


#ce6710 Border Color

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

This div border color is #ce6710


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce6710


Comments

No comments written yet.

Please login to write comment.