color codes Logo

#ce970c color codes

#CE970C
(206,151,12)
0 Favorites   0 Comments

Color spaces of #ce970c

RGB 20615112
HSL0.120.890.43
HSV43°94°81°
CMYK 0.000.270.94   0.19
XYZ36.586635.28165.2295
Yxy35.28160.47450.4576
Hunter Lab59.39836.000636.3589
CIE-Lab65.967310.410468.6237

#ce970c color RGB value is (206,151,12).

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

The process color (four color CMYK) of #ce970c color code is 0.00, 0.27, 0.94, 0.19. Web safe color of #ce970c is #cc9900. Color #ce970c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10010111 00001100
Octal 316 227 14
Decimal 206 151 12
Hex CE 97 C

RGB Percentages of Color #ce970c

%55.83
%40.92
%3.25

CMYK Percentages of Color #ce970c

%0
%27
%94
%19

Triadic Colors of #ce970c

#ce970c #0cce97 #970cce

Analogous Colors of #ce970c

#ce970c #a4ce0c #ce360c

Monochromatic Colors of #ce970c

#ce970c

Complementary Color

#ce970c #0c43ce

#ce970c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce970c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce970c Color CSS Codes

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

#ce970c Text Font Color

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

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


#ce970c Background Color

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

This div background color is #ce970c


#ce970c Border Color

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

This div border color is #ce970c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce970c


Comments

No comments written yet.

Please login to write comment.