Color Hex Logo

#ce5607 Color Hex

#CE5607
(206,86,7)
0 Favorites   0 Comments

Color spaces of #ce5607

RGB 206867
HSL0.070.930.42
HSV24°97°81°
CMYK 0.000.580.97   0.19
XYZ28.819719.79272.5024
Yxy19.79270.56380.3872
Hunter Lab44.489037.775527.8074
CIE-Lab51.602044.520059.6923

#ce5607 color RGB value is (206,86,7).

#ce5607 hex color red value is 206, green value is 86 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #ce5607 hue: 0.07 , saturation: 0.93 and the lightness value of ce5607 is 0.42.

The process color (four color CMYK) of #ce5607 color hex is 0.00, 0.58, 0.97, 0.19. Web safe color of #ce5607 is #cc6600. Color #ce5607 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01010110 00000111
Octal 316 126 7
Decimal 206 86 7
Hex CE 56 7

RGB Percentages of Color #ce5607

%68.90
%28.76
%2.34

CMYK Percentages of Color #ce5607

%0
%58
%97
%19

Triadic Colors of #ce5607

#ce5607 #07ce56 #5607ce

Analogous Colors of #ce5607

#ce5607 #ceba07 #ce071b

Monochromatic Colors of #ce5607

#ce5607

Complementary Color

#ce5607 #077fce

#ce5607 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce5607 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce5607 Color CSS Codes

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

#ce5607 Text Font Color

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

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


#ce5607 Background Color

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

This div background color is #ce5607


#ce5607 Border Color

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

This div border color is #ce5607


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce5607


Comments

No comments written yet.

Please login to write comment.