Color Hex Logo

#ce820f Color Hex

#CE820F
(206,130,15)
0 Favorites   0 Comments

Color spaces of #ce820f

RGB 20613015
HSL0.100.860.43
HSV36°93°81°
CMYK 0.000.370.93   0.19
XYZ33.522529.12164.3061
Yxy29.12160.50070.4350
Hunter Lab53.964416.445833.0440
CIE-Lab60.888821.849464.4265

#ce820f color RGB value is (206,130,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10000010 00001111
Octal 316 202 17
Decimal 206 130 15
Hex CE 82 F

RGB Percentages of Color #ce820f

%58.69
%37.04
%4.27

CMYK Percentages of Color #ce820f

%0
%37
%93
%19

Triadic Colors of #ce820f

#ce820f #0fce82 #820fce

Analogous Colors of #ce820f

#ce820f #bbce0f #ce220f

Monochromatic Colors of #ce820f

#ce820f

Complementary Color

#ce820f #0f5bce

#ce820f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce820f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce820f Color CSS Codes

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

#ce820f Text Font Color

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

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


#ce820f Background Color

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

This div background color is #ce820f


#ce820f Border Color

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

This div border color is #ce820f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,130,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 #ce820f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce820f

#ce820f Color Palettes


Comments

No comments written yet.

Please login to write comment.