Color Hex Logo

#ce691a Color Hex

#CE691A
(206,105,26)
0 Favorites   0 Comments

Color spaces of #ce691a

RGB 20610526
HSL0.070.780.45
HSV26°87°81°
CMYK 0.000.490.87   0.19
XYZ30.691623.29953.8569
Yxy23.29950.53060.4028
Hunter Lab48.269629.025329.0512
CIE-Lab55.379535.358457.3846

#ce691a color RGB value is (206,105,26).

#ce691a hex color red value is 206, green value is 105 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #ce691a hue: 0.07 , saturation: 0.78 and the lightness value of ce691a is 0.45.

The process color (four color CMYK) of #ce691a color hex is 0.00, 0.49, 0.87, 0.19. Web safe color of #ce691a is #cc6633. Color #ce691a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01101001 00011010
Octal 316 151 32
Decimal 206 105 26
Hex CE 69 1A

RGB Percentages of Color #ce691a

%61.13
%31.16
%7.72

CMYK Percentages of Color #ce691a

%0
%49
%87
%19

Triadic Colors of #ce691a

#ce691a #1ace69 #691ace

Analogous Colors of #ce691a

#ce691a #cec31a #ce1a25

Monochromatic Colors of #ce691a

#ce691a

Complementary Color

#ce691a #1a7fce

#ce691a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce691a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce691a Color CSS Codes

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

#ce691a Text Font Color

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

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


#ce691a Background Color

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

This div background color is #ce691a


#ce691a Border Color

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

This div border color is #ce691a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce691a


Comments

No comments written yet.

Please login to write comment.