Color Hex Logo

#ce5410 Color Hex

#CE5410
(206,84,16)
0 Favorites   0 Comments

Color spaces of #ce5410

RGB 2068416
HSL0.060.860.44
HSV21°92°81°
CMYK 0.000.590.92   0.19
XYZ28.717419.49992.7405
Yxy19.49990.56360.3827
Hunter Lab44.158738.804927.2315
CIE-Lab51.267045.566157.3656

#ce5410 color RGB value is (206,84,16).

#ce5410 hex color red value is 206, green value is 84 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #ce5410 hue: 0.06 , saturation: 0.86 and the lightness value of ce5410 is 0.44.

The process color (four color CMYK) of #ce5410 color hex is 0.00, 0.59, 0.92, 0.19. Web safe color of #ce5410 is #cc6600. Color #ce5410 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01010100 00010000
Octal 316 124 20
Decimal 206 84 16
Hex CE 54 10

RGB Percentages of Color #ce5410

%67.32
%27.45
%5.23

CMYK Percentages of Color #ce5410

%0
%59
%92
%19

Triadic Colors of #ce5410

#ce5410 #10ce54 #5410ce

Analogous Colors of #ce5410

#ce5410 #ceb310 #ce102b

Monochromatic Colors of #ce5410

#ce5410

Complementary Color

#ce5410 #108ace

#ce5410 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce5410 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce5410 Color CSS Codes

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

#ce5410 Text Font Color

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

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


#ce5410 Background Color

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

This div background color is #ce5410


#ce5410 Border Color

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

This div border color is #ce5410


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce5410


Comments

No comments written yet.

Please login to write comment.