Color Hex Logo

#ce950e Color Hex

#CE950E
(206,149,14)
0 Favorites   0 Comments

Color spaces of #ce950e

RGB 20614914
HSL0.120.870.43
HSV42°93°81°
CMYK 0.000.280.93   0.19
XYZ36.280334.64845.1911
Yxy34.64840.47660.4552
Hunter Lab58.86297.008935.9753
CIE-Lab65.474011.518967.9515

#ce950e color RGB value is (206,149,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10010101 00001110
Octal 316 225 16
Decimal 206 149 14
Hex CE 95 E

RGB Percentages of Color #ce950e

%55.83
%40.38
%3.79

CMYK Percentages of Color #ce950e

%0
%28
%93
%19

Triadic Colors of #ce950e

#ce950e #0ece95 #950ece

Analogous Colors of #ce950e

#ce950e #a7ce0e #ce350e

Monochromatic Colors of #ce950e

#ce950e

Complementary Color

#ce950e #0e47ce

#ce950e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce950e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce950e Color CSS Codes

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

#ce950e Text Font Color

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

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


#ce950e Background Color

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

This div background color is #ce950e


#ce950e Border Color

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

This div border color is #ce950e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce950e


Comments

No comments written yet.

Please login to write comment.