Color Hex Logo

#ce7726 Color Hex

#CE7726
(206,119,38)
0 Favorites   0 Comments

Color spaces of #ce7726

RGB 20611938
HSL0.080.690.48
HSV29°82°81°
CMYK 0.000.420.82   0.19
XYZ32.400326.45545.2324
Yxy26.45540.50560.4128
Hunter Lab51.434822.431529.9729
CIE-Lab58.466828.302255.6784

#ce7726 color RGB value is (206,119,38).

#ce7726 hex color red value is 206, green value is 119 and the blue value of its RGB is 38. Cylindrical-coordinate representations (also known as HSL) of color #ce7726 hue: 0.08 , saturation: 0.69 and the lightness value of ce7726 is 0.48.

The process color (four color CMYK) of #ce7726 color hex is 0.00, 0.42, 0.82, 0.19. Web safe color of #ce7726 is #cc6633. Color #ce7726 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01110111 00100110
Octal 316 167 46
Decimal 206 119 38
Hex CE 77 26

RGB Percentages of Color #ce7726

%56.75
%32.78
%10.47

CMYK Percentages of Color #ce7726

%0
%42
%82
%19

Triadic Colors of #ce7726

#ce7726 #26ce77 #7726ce

Analogous Colors of #ce7726

#ce7726 #cecb26 #ce2629

Monochromatic Colors of #ce7726

#ce7726

Complementary Color

#ce7726 #267dce

#ce7726 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce7726 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce7726 Color CSS Codes

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

#ce7726 Text Font Color

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

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


#ce7726 Background Color

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

This div background color is #ce7726


#ce7726 Border Color

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

This div border color is #ce7726


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce7726


Comments

No comments written yet.

Please login to write comment.