Color Hex Logo

#ce9711 Color Hex

#CE9711
(206,151,17)
0 Favorites   0 Comments

Color spaces of #ce9711

RGB 20615117
HSL0.120.850.44
HSV43°92°81°
CMYK 0.000.270.92   0.19
XYZ36.621435.29555.4129
Yxy35.29550.47360.4564
Hunter Lab59.41006.063136.1850
CIE-Lab65.978110.479367.8021

#ce9711 color RGB value is (206,151,17).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10010111 00010001
Octal 316 227 21
Decimal 206 151 17
Hex CE 97 11

RGB Percentages of Color #ce9711

%55.08
%40.37
%4.55

CMYK Percentages of Color #ce9711

%0
%27
%92
%19

Triadic Colors of #ce9711

#ce9711 #11ce97 #9711ce

Analogous Colors of #ce9711

#ce9711 #a7ce11 #ce3811

Monochromatic Colors of #ce9711

#ce9711

Complementary Color

#ce9711 #1148ce

#ce9711 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce9711 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce9711 Color CSS Codes

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

#ce9711 Text Font Color

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

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


#ce9711 Background Color

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

This div background color is #ce9711


#ce9711 Border Color

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

This div border color is #ce9711


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce9711


Comments

No comments written yet.

Please login to write comment.