Color Hex Logo

#cfc163 Color Hex

#CFC163
(207,193,99)
0 Favorites   0 Comments

Color spaces of #cfc163

RGB 20719399
HSL0.150.530.60
HSV52°52°81°
CMYK 0.000.070.52   0.19
XYZ47.054252.306219.4205
Yxy52.30620.39610.4404
Hunter Lab72.3230-10.431134.7053
CIE-Lab77.4636-7.320648.5635

#cfc163 color RGB value is (207,193,99).

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

The process color (four color CMYK) of #cfc163 color hex is 0.00, 0.07, 0.52, 0.19. Web safe color of #cfc163 is #cccc66. Color #cfc163 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11000001 01100011
Octal 317 301 143
Decimal 207 193 99
Hex CF C1 63

RGB Percentages of Color #cfc163

%41.48
%38.68
%19.84

CMYK Percentages of Color #cfc163

%0
%7
%52
%19

Triadic Colors of #cfc163

#cfc163 #63cfc1 #c163cf

Analogous Colors of #cfc163

#cfc163 #a7cf63 #cf8b63

Monochromatic Colors of #cfc163

#cfc163

Complementary Color

#cfc163 #6371cf

#cfc163 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfc163 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfc163 Color CSS Codes

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

#cfc163 Text Font Color

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

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


#cfc163 Background Color

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

This div background color is #cfc163


#cfc163 Border Color

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

This div border color is #cfc163


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfc163


Comments

No comments written yet.

Please login to write comment.