Color Hex Logo

#ce7929 Color Hex

#CE7929
(206,121,41)
0 Favorites   0 Comments

Color spaces of #ce7929

RGB 20612141
HSL0.080.670.48
HSV29°80°81°
CMYK 0.000.410.80   0.19
XYZ32.691226.95675.5780
Yxy26.95670.50120.4133
Hunter Lab51.919821.532429.9741
CIE-Lab58.934227.329754.9174

#ce7929 color RGB value is (206,121,41).

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

The process color (four color CMYK) of #ce7929 color hex is 0.00, 0.41, 0.80, 0.19. Web safe color of #ce7929 is #cc6633. Color #ce7929 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01111001 00101001
Octal 316 171 51
Decimal 206 121 41
Hex CE 79 29

RGB Percentages of Color #ce7929

%55.98
%32.88
%11.14

CMYK Percentages of Color #ce7929

%0
%41
%80
%19

Triadic Colors of #ce7929

#ce7929 #29ce79 #7929ce

Analogous Colors of #ce7929

#ce7929 #cecc29 #ce292b

Monochromatic Colors of #ce7929

#ce7929

Complementary Color

#ce7929 #297ece

#ce7929 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce7929 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce7929 Color CSS Codes

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

#ce7929 Text Font Color

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

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


#ce7929 Background Color

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

This div background color is #ce7929


#ce7929 Border Color

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

This div border color is #ce7929


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce7929


Comments

No comments written yet.

Please login to write comment.