Color Hex Logo

#ce930e Color Hex

#CE930E
(206,147,14)
0 Favorites   0 Comments

Color spaces of #ce930e

RGB 20614714
HSL0.120.870.43
HSV42°93°81°
CMYK 0.000.290.93   0.19
XYZ35.966634.02105.0865
Yxy34.02100.47910.4532
Hunter Lab58.32757.995635.6588
CIE-Lab64.979212.603167.5889

#ce930e color RGB value is (206,147,14).

#ce930e hex color red value is 206, green value is 147 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #ce930e hue: 0.12 , saturation: 0.87 and the lightness value of ce930e is 0.43.

The process color (four color CMYK) of #ce930e color hex is 0.00, 0.29, 0.93, 0.19. Web safe color of #ce930e is #cc9900. Color #ce930e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10010011 00001110
Octal 316 223 16
Decimal 206 147 14
Hex CE 93 E

RGB Percentages of Color #ce930e

%56.13
%40.05
%3.81

CMYK Percentages of Color #ce930e

%0
%29
%93
%19

Triadic Colors of #ce930e

#ce930e #0ece93 #930ece

Analogous Colors of #ce930e

#ce930e #a9ce0e #ce330e

Monochromatic Colors of #ce930e

#ce930e

Complementary Color

#ce930e #0e49ce

#ce930e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce930e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce930e Color CSS Codes

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

#ce930e Text Font Color

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

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


#ce930e Background Color

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

This div background color is #ce930e


#ce930e Border Color

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

This div border color is #ce930e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce930e


Comments

No comments written yet.

Please login to write comment.