Color Hex Logo

#ce830f Color Hex

#CE830F
(206,131,15)
0 Favorites   0 Comments

Color spaces of #ce830f

RGB 20613115
HSL0.100.860.43
HSV36°93°81°
CMYK 0.000.360.93   0.19
XYZ33.656129.38894.3507
Yxy29.38890.49940.4361
Hunter Lab54.211515.947833.1898
CIE-Lab61.123321.307264.5964

#ce830f color RGB value is (206,131,15).

#ce830f hex color red value is 206, green value is 131 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #ce830f hue: 0.10 , saturation: 0.86 and the lightness value of ce830f is 0.43.

The process color (four color CMYK) of #ce830f color hex is 0.00, 0.36, 0.93, 0.19. Web safe color of #ce830f is #cc9900. Color #ce830f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10000011 00001111
Octal 316 203 17
Decimal 206 131 15
Hex CE 83 F

RGB Percentages of Color #ce830f

%58.52
%37.22
%4.26

CMYK Percentages of Color #ce830f

%0
%36
%93
%19

Triadic Colors of #ce830f

#ce830f #0fce83 #830fce

Analogous Colors of #ce830f

#ce830f #bace0f #ce230f

Monochromatic Colors of #ce830f

#ce830f

Complementary Color

#ce830f #0f5ace

#ce830f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce830f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce830f Color CSS Codes

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

#ce830f Text Font Color

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

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


#ce830f Background Color

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

This div background color is #ce830f


#ce830f Border Color

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

This div border color is #ce830f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce830f


Comments

No comments written yet.

Please login to write comment.