Color Hex Logo

#ce942c Color Hex

#CE942C
(206,148,44)
0 Favorites   0 Comments

Color spaces of #ce942c

RGB 20614844
HSL0.110.650.49
HSV39°79°81°
CMYK 0.000.280.79   0.19
XYZ36.498134.48357.1152
Yxy34.48350.46730.4415
Hunter Lab58.72278.179133.9219
CIE-Lab65.344512.801359.6918

#ce942c color RGB value is (206,148,44).

#ce942c hex color red value is 206, green value is 148 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #ce942c hue: 0.11 , saturation: 0.65 and the lightness value of ce942c is 0.49.

The process color (four color CMYK) of #ce942c color hex is 0.00, 0.28, 0.79, 0.19. Web safe color of #ce942c is #cc9933. Color #ce942c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10010100 00101100
Octal 316 224 54
Decimal 206 148 44
Hex CE 94 2C

RGB Percentages of Color #ce942c

%51.76
%37.19
%11.06

CMYK Percentages of Color #ce942c

%0
%28
%79
%19

Triadic Colors of #ce942c

#ce942c #2cce94 #942cce

Analogous Colors of #ce942c

#ce942c #b7ce2c #ce432c

Monochromatic Colors of #ce942c

#ce942c

Complementary Color

#ce942c #2c66ce

#ce942c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce942c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce942c Color CSS Codes

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

#ce942c Text Font Color

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

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


#ce942c Background Color

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

This div background color is #ce942c


#ce942c Border Color

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

This div border color is #ce942c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce942c


Comments

No comments written yet.

Please login to write comment.