Color Hex Logo

#cfc764 Color Hex

#CFC764
(207,199,100)
0 Favorites   0 Comments

Color spaces of #cfc764

RGB 207199100
HSL0.150.530.60
HSV56°52°81°
CMYK 0.000.040.52   0.19
XYZ48.455855.032320.1250
Yxy55.03230.39200.4452
Hunter Lab74.1838-13.227935.8441
CIE-Lab79.0599-10.312249.9706

#cfc764 color RGB value is (207,199,100).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11000111 01100100
Octal 317 307 144
Decimal 207 199 100
Hex CF C7 64

RGB Percentages of Color #cfc764

%40.91
%39.33
%19.76

CMYK Percentages of Color #cfc764

%0
%4
%52
%19

Triadic Colors of #cfc764

#cfc764 #64cfc7 #c764cf

Analogous Colors of #cfc764

#cfc764 #a2cf64 #cf9264

Monochromatic Colors of #cfc764

#cfc764

Complementary Color

#cfc764 #646ccf

#cfc764 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfc764 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfc764 Color CSS Codes

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

#cfc764 Text Font Color

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

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


#cfc764 Background Color

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

This div background color is #cfc764


#cfc764 Border Color

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

This div border color is #cfc764


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfc764


Comments

No comments written yet.

Please login to write comment.