Color Hex Logo

#ce761e Color Hex

#CE761E
(206,118,30)
0 Favorites   0 Comments

Color spaces of #ce761e

RGB 20611830
HSL0.080.750.46
HSV30°85°81°
CMYK 0.000.430.85   0.19
XYZ32.166426.17244.5847
Yxy26.17240.51120.4159
Hunter Lab51.159022.704430.4979
CIE-Lab58.200328.608358.3523

#ce761e color RGB value is (206,118,30).

#ce761e hex color red value is 206, green value is 118 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #ce761e hue: 0.08 , saturation: 0.75 and the lightness value of ce761e is 0.46.

The process color (four color CMYK) of #ce761e color hex is 0.00, 0.43, 0.85, 0.19. Web safe color of #ce761e is #cc6633. Color #ce761e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01110110 00011110
Octal 316 166 36
Decimal 206 118 30
Hex CE 76 1E

RGB Percentages of Color #ce761e

%58.19
%33.33
%8.47

CMYK Percentages of Color #ce761e

%0
%43
%85
%19

Triadic Colors of #ce761e

#ce761e #1ece76 #761ece

Analogous Colors of #ce761e

#ce761e #cece1e #ce1e1e

Monochromatic Colors of #ce761e

#ce761e

Complementary Color

#ce761e #1e76ce

#ce761e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce761e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce761e Color CSS Codes

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

#ce761e Text Font Color

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

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


#ce761e Background Color

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

This div background color is #ce761e


#ce761e Border Color

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

This div border color is #ce761e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce761e


Comments

No comments written yet.

Please login to write comment.