Color Hex Logo

#ce780d Color Hex

#CE780D
(206,120,13)
0 Favorites   0 Comments

Color spaces of #ce780d

RGB 20612013
HSL0.090.880.43
HSV33°94°81°
CMYK 0.000.420.94   0.19
XYZ32.242726.58383.8126
Yxy26.58380.51470.4244
Hunter Lab51.559521.395831.7074
CIE-Lab58.587127.216563.1674

#ce780d color RGB value is (206,120,13).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 01111000 00001101
Octal 316 170 15
Decimal 206 120 13
Hex CE 78 D

RGB Percentages of Color #ce780d

%60.77
%35.40
%3.83

CMYK Percentages of Color #ce780d

%0
%42
%94
%19

Triadic Colors of #ce780d

#ce780d #0dce78 #780dce

Analogous Colors of #ce780d

#ce780d #c4ce0d #ce180d

Monochromatic Colors of #ce780d

#ce780d

Complementary Color

#ce780d #0d63ce

#ce780d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce780d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce780d Color CSS Codes

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

#ce780d Text Font Color

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

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


#ce780d Background Color

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

This div background color is #ce780d


#ce780d Border Color

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

This div border color is #ce780d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce780d


Comments

No comments written yet.

Please login to write comment.