Color Hex Logo

#ce610a Color Hex

#CE610A
(206,97,10)
0 Favorites   0 Comments

Color spaces of #ce610a

RGB 2069710
HSL0.070.910.42
HSV27°95°81°
CMYK 0.000.530.95   0.19
XYZ29.783121.69312.9046
Yxy21.69310.54770.3989
Hunter Lab46.575932.634728.9056
CIE-Lab53.699939.179660.4129

#ce610a color RGB value is (206,97,10).

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

The process color (four color CMYK) of #ce610a color hex is 0.00, 0.53, 0.95, 0.19. Web safe color of #ce610a is #cc6600. Color #ce610a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01100001 00001010
Octal 316 141 12
Decimal 206 97 10
Hex CE 61 A

RGB Percentages of Color #ce610a

%65.81
%30.99
%3.19

CMYK Percentages of Color #ce610a

%0
%53
%95
%19

Triadic Colors of #ce610a

#ce610a #0ace61 #610ace

Analogous Colors of #ce610a

#ce610a #cec30a #ce0a15

Monochromatic Colors of #ce610a

#ce610a

Complementary Color

#ce610a #0a77ce

#ce610a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce610a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce610a Color CSS Codes

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

#ce610a Text Font Color

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

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


#ce610a Background Color

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

This div background color is #ce610a


#ce610a Border Color

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

This div border color is #ce610a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce610a


Comments

No comments written yet.

Please login to write comment.