Color Hex Logo

#cf9711 Color Hex

#CF9711
(207,151,17)
0 Favorites   0 Comments

Color spaces of #cf9711

RGB 20715117
HSL0.120.850.44
HSV42°92°81°
CMYK 0.000.270.92   0.19
XYZ36.899935.43915.4259
Yxy35.43910.47450.4557
Hunter Lab59.53076.463736.2676
CIE-Lab66.089110.920767.9347

#cf9711 color RGB value is (207,151,17).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10010111 00010001
Octal 317 227 21
Decimal 207 151 17
Hex CF 97 11

RGB Percentages of Color #cf9711

%55.20
%40.27
%4.53

CMYK Percentages of Color #cf9711

%0
%27
%92
%19

Triadic Colors of #cf9711

#cf9711 #11cf97 #9711cf

Analogous Colors of #cf9711

#cf9711 #a8cf11 #cf3811

Monochromatic Colors of #cf9711

#cf9711

Complementary Color

#cf9711 #1149cf

#cf9711 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf9711 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf9711 Color CSS Codes

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

#cf9711 Text Font Color

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

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


#cf9711 Background Color

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

This div background color is #cf9711


#cf9711 Border Color

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

This div border color is #cf9711


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf9711


Comments

No comments written yet.

Please login to write comment.