Color Hex Logo

#cfc760 Color Hex

#CFC760
(207,199,96)
0 Favorites   0 Comments

Color spaces of #cfc760

RGB 20719996
HSL0.150.540.59
HSV56°54°81°
CMYK 0.000.040.54   0.19
XYZ48.266954.956819.1301
Yxy54.95680.39450.4492
Hunter Lab74.1329-13.513636.5931
CIE-Lab79.0164-10.644551.8047

#cfc760 color RGB value is (207,199,96).

#cfc760 hex color red value is 207, green value is 199 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #cfc760 hue: 0.15 , saturation: 0.54 and the lightness value of cfc760 is 0.59.

The process color (four color CMYK) of #cfc760 color hex is 0.00, 0.04, 0.54, 0.19. Web safe color of #cfc760 is #cccc66. Color #cfc760 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11000111 01100000
Octal 317 307 140
Decimal 207 199 96
Hex CF C7 60

RGB Percentages of Color #cfc760

%41.24
%39.64
%19.12

CMYK Percentages of Color #cfc760

%0
%4
%54
%19

Triadic Colors of #cfc760

#cfc760 #60cfc7 #c760cf

Analogous Colors of #cfc760

#cfc760 #a0cf60 #cf9060

Monochromatic Colors of #cfc760

#cfc760

Complementary Color

#cfc760 #6068cf

#cfc760 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfc760 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfc760 Color CSS Codes

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

#cfc760 Text Font Color

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

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


#cfc760 Background Color

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

This div background color is #cfc760


#cfc760 Border Color

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

This div border color is #cfc760


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfc760


Comments

No comments written yet.

Please login to write comment.