Color Hex Logo

#ce970e Color Hex

#CE970E
(206,151,14)
0 Favorites   0 Comments

Color spaces of #ce970e

RGB 20615114
HSL0.120.870.43
HSV43°93°81°
CMYK 0.000.270.93   0.19
XYZ36.599535.28675.2975
Yxy35.28670.47420.4572
Hunter Lab59.40266.023936.2944
CIE-Lab65.971310.436168.3168

#ce970e color RGB value is (206,151,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10010111 00001110
Octal 316 227 16
Decimal 206 151 14
Hex CE 97 E

RGB Percentages of Color #ce970e

%55.53
%40.70
%3.77

CMYK Percentages of Color #ce970e

%0
%27
%93
%19

Triadic Colors of #ce970e

#ce970e #0ece97 #970ece

Analogous Colors of #ce970e

#ce970e #a5ce0e #ce370e

Monochromatic Colors of #ce970e

#ce970e

Complementary Color

#ce970e #0e45ce

#ce970e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce970e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce970e Color CSS Codes

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

#ce970e Text Font Color

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

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


#ce970e Background Color

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

This div background color is #ce970e


#ce970e Border Color

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

This div border color is #ce970e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce970e


Comments

No comments written yet.

Please login to write comment.