Color Hex Logo

#ce890c Color Hex

#CE890C
(206,137,12)
1 Favorites   0 Comments

Color spaces of #ce890c

RGB 20613712
HSL0.110.890.43
HSV39°94°81°
CMYK 0.000.330.94   0.19
XYZ34.465631.03974.5225
Yxy31.03970.49220.4432
Hunter Lab55.713312.926234.1865
CIE-Lab62.541118.009666.1525

#ce890c color RGB value is (206,137,12).

#ce890c hex color red value is 206, green value is 137 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #ce890c hue: 0.11 , saturation: 0.89 and the lightness value of ce890c is 0.43.

The process color (four color CMYK) of #ce890c color hex is 0.00, 0.33, 0.94, 0.19. Web safe color of #ce890c is #cc9900. Color #ce890c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10001001 00001100
Octal 316 211 14
Decimal 206 137 12
Hex CE 89 C

RGB Percentages of Color #ce890c

%58.03
%38.59
%3.38

CMYK Percentages of Color #ce890c

%0
%33
%94
%19

Triadic Colors of #ce890c

#ce890c #0cce89 #890cce

Analogous Colors of #ce890c

#ce890c #b2ce0c #ce280c

Monochromatic Colors of #ce890c

#ce890c

Complementary Color

#ce890c #0c51ce

#ce890c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce890c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce890c Color CSS Codes

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

#ce890c Text Font Color

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

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


#ce890c Background Color

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

This div background color is #ce890c


#ce890c Border Color

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

This div border color is #ce890c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce890c


Comments

No comments written yet.

Please login to write comment.