Color Hex Logo

#cf993e Color Hex

#CF993E
(207,153,62)
0 Favorites   0 Comments

Color spaces of #cf993e

RGB 20715362
HSL0.100.600.53
HSV38°70°81°
CMYK 0.000.260.70   0.19
XYZ37.992936.39579.5801
Yxy36.39570.45250.4334
Hunter Lab60.32886.837332.8151
CIE-Lab66.821211.331753.8409

#cf993e color RGB value is (207,153,62).

#cf993e hex color red value is 207, green value is 153 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #cf993e hue: 0.10 , saturation: 0.60 and the lightness value of cf993e is 0.53.

The process color (four color CMYK) of #cf993e color hex is 0.00, 0.26, 0.70, 0.19. Web safe color of #cf993e is #cc9933. Color #cf993e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10011001 00111110
Octal 317 231 76
Decimal 207 153 62
Hex CF 99 3E

RGB Percentages of Color #cf993e

%49.05
%36.26
%14.69

CMYK Percentages of Color #cf993e

%0
%26
%70
%19

Triadic Colors of #cf993e

#cf993e #3ecf99 #993ecf

Analogous Colors of #cf993e

#cf993e #bdcf3e #cf513e

Monochromatic Colors of #cf993e

#cf993e

Complementary Color

#cf993e #3e74cf

#cf993e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf993e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf993e Color CSS Codes

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

#cf993e Text Font Color

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

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


#cf993e Background Color

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

This div background color is #cf993e


#cf993e Border Color

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

This div border color is #cf993e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(207,153,62, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf993e


Comments

No comments written yet.

Please login to write comment.