Color Hex Logo

#cf993c Color Hex

#CF993C
(207,153,60)
0 Favorites   0 Comments

Color spaces of #cf993c

RGB 20715360
HSL0.110.600.52
HSV38°71°81°
CMYK 0.000.260.71   0.19
XYZ37.939036.37419.2963
Yxy36.37410.45380.4350
Hunter Lab60.31096.742533.0787
CIE-Lab66.804811.228154.6998

#cf993c color RGB value is (207,153,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10011001 00111100
Octal 317 231 74
Decimal 207 153 60
Hex CF 99 3C

RGB Percentages of Color #cf993c

%49.29
%36.43
%14.29

CMYK Percentages of Color #cf993c

%0
%26
%71
%19

Triadic Colors of #cf993c

#cf993c #3ccf99 #993ccf

Analogous Colors of #cf993c

#cf993c #bccf3c #cf503c

Monochromatic Colors of #cf993c

#cf993c

Complementary Color

#cf993c #3c72cf

#cf993c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf993c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf993c Color CSS Codes

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

#cf993c Text Font Color

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

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


#cf993c Background Color

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

This div background color is #cf993c


#cf993c Border Color

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

This div border color is #cf993c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf993c


Comments

No comments written yet.

Please login to write comment.