Color Hex Logo

#ce660d Color Hex

#CE660D
(206,102,13)
0 Favorites   0 Comments

Color spaces of #ce660d

RGB 20610213
HSL0.080.880.43
HSV28°94°81°
CMYK 0.000.500.94   0.19
XYZ30.277622.65363.1575
Yxy22.65360.53980.4039
Hunter Lab47.595830.258429.3838
CIE-Lab54.713736.678760.4746

#ce660d color RGB value is (206,102,13).

#ce660d hex color red value is 206, green value is 102 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #ce660d hue: 0.08 , saturation: 0.88 and the lightness value of ce660d is 0.43.

The process color (four color CMYK) of #ce660d color hex is 0.00, 0.50, 0.94, 0.19. Web safe color of #ce660d is #cc6600. Color #ce660d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01100110 00001101
Octal 316 146 15
Decimal 206 102 13
Hex CE 66 D

RGB Percentages of Color #ce660d

%64.17
%31.78
%4.05

CMYK Percentages of Color #ce660d

%0
%50
%94
%19

Triadic Colors of #ce660d

#ce660d #0dce66 #660dce

Analogous Colors of #ce660d

#ce660d #cec70d #ce0d14

Monochromatic Colors of #ce660d

#ce660d

Complementary Color

#ce660d #0d75ce

#ce660d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce660d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce660d Color CSS Codes

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

#ce660d Text Font Color

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

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


#ce660d Background Color

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

This div background color is #ce660d


#ce660d Border Color

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

This div border color is #ce660d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce660d


Comments

No comments written yet.

Please login to write comment.