Color Hex Logo

#cfc762 Color Hex

#CFC762
(207,199,98)
0 Favorites   0 Comments

Color spaces of #cfc762

RGB 20719998
HSL0.150.530.60
HSV56°53°81°
CMYK 0.000.040.53   0.19
XYZ48.360254.994119.6213
Yxy54.99410.39330.4472
Hunter Lab74.1580-13.372436.2232
CIE-Lab79.0379-10.480350.8911

#cfc762 color RGB value is (207,199,98).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11000111 01100010
Octal 317 307 142
Decimal 207 199 98
Hex CF C7 62

RGB Percentages of Color #cfc762

%41.07
%39.48
%19.44

CMYK Percentages of Color #cfc762

%0
%4
%53
%19

Triadic Colors of #cfc762

#cfc762 #62cfc7 #c762cf

Analogous Colors of #cfc762

#cfc762 #a1cf62 #cf9162

Monochromatic Colors of #cfc762

#cfc762

Complementary Color

#cfc762 #626acf

#cfc762 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfc762 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfc762 Color CSS Codes

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

#cfc762 Text Font Color

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

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


#cfc762 Background Color

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

This div background color is #cfc762


#cfc762 Border Color

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

This div border color is #cfc762


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfc762


Comments

No comments written yet.

Please login to write comment.