Color Hex Logo

#cfc649 Color Hex

#CFC649
(207,198,73)
0 Favorites   0 Comments

Color spaces of #cfc649

RGB 20719873
HSL0.160.580.55
HSV56°65°81°
CMYK 0.000.040.65   0.19
XYZ47.128854.134614.2684
Yxy54.13460.40790.4686
Hunter Lab73.5762-14.421340.0054
CIE-Lab78.5402-11.752161.4140

#cfc649 color RGB value is (207,198,73).

#cfc649 hex color red value is 207, green value is 198 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #cfc649 hue: 0.16 , saturation: 0.58 and the lightness value of cfc649 is 0.55.

The process color (four color CMYK) of #cfc649 color hex is 0.00, 0.04, 0.65, 0.19. Web safe color of #cfc649 is #cccc33. Color #cfc649 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11000110 01001001
Octal 317 306 111
Decimal 207 198 73
Hex CF C6 49

RGB Percentages of Color #cfc649

%43.31
%41.42
%15.27

CMYK Percentages of Color #cfc649

%0
%4
%65
%19

Triadic Colors of #cfc649

#cfc649 #49cfc6 #c649cf

Analogous Colors of #cfc649

#cfc649 #95cf49 #cf8349

Monochromatic Colors of #cfc649

#cfc649

Complementary Color

#cfc649 #4952cf

#cfc649 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfc649 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfc649 Color CSS Codes

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

#cfc649 Text Font Color

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

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


#cfc649 Background Color

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

This div background color is #cfc649


#cfc649 Border Color

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

This div border color is #cfc649


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfc649


Comments

No comments written yet.

Please login to write comment.