Color Hex Logo

#ce6946 Color Hex

#CE6946
(206,105,70)
0 Favorites   0 Comments

Color spaces of #ce6946

RGB 20610570
HSL0.040.580.54
HSV15°66°81°
CMYK 0.000.490.66   0.19
XYZ31.610723.66728.6965
Yxy23.66720.49410.3699
Hunter Lab48.648930.848623.4556
CIE-Lab55.753037.138837.5814

#ce6946 color RGB value is (206,105,70).

#ce6946 hex color red value is 206, green value is 105 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #ce6946 hue: 0.04 , saturation: 0.58 and the lightness value of ce6946 is 0.54.

The process color (four color CMYK) of #ce6946 color hex is 0.00, 0.49, 0.66, 0.19. Web safe color of #ce6946 is #cc6633. Color #ce6946 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01101001 01000110
Octal 316 151 106
Decimal 206 105 70
Hex CE 69 46

RGB Percentages of Color #ce6946

%54.07
%27.56
%18.37

CMYK Percentages of Color #ce6946

%0
%49
%66
%19

Triadic Colors of #ce6946

#ce6946 #46ce69 #6946ce

Analogous Colors of #ce6946

#ce6946 #cead46 #ce4667

Monochromatic Colors of #ce6946

#ce6946

Complementary Color

#ce6946 #46abce

#ce6946 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce6946 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce6946 Color CSS Codes

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

#ce6946 Text Font Color

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

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


#ce6946 Background Color

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

This div background color is #ce6946


#ce6946 Border Color

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

This div border color is #ce6946


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce6946


Comments

No comments written yet.

Please login to write comment.